Dispatch Service
Mobile APIs

Remove multiple jobs from dispatch

1min
PUT

API for removing a job from an existing dispatch: | Header/Path | Description | Type |
|--- |--- |--- |
| X-COREOS-REQUEST-ID* (header) | Unique request ID. | string | | X-USER-ID* (header) | User ID. | string | | X-USER-NAME* (header) | User name. | string | | dispatchId* (path) | Dispatch ID. | string | | Parameter | Description | Type | Validation | *This is required.

HTTP Status Code Summary

CodeDescription
200 - OKEverything worked as expected.
400 - Bad RequestThe request was unacceptable, often due to missing a required parameter.
401 - UnauthorizedNo valid API key provided.
404 - Not FoundThe requested resource doesn't exist.
Path Parameters
dispatchId
*
Header Parameters
X-COREOS-REQUEST-ID
*
X-COREOS-TID
*
X-COREOS-ACCESS
*
X-COREOS-USERINFO
*
X-COREOS-CALLBACK-SECRET
Body Parameters
body
*
Description
Remove job from an existing dispatch
success
failure
_event_meta
Responses
200
OK
error
*
request
*
data
400
OK
error
*
request
*
data
401
OK
error
*
request
*
data
404
OK
error
*
request
*
data
Curl
JS
Ruby
Python
Responses
200
400
401
404