delete https://{base_url}/core/api/v1/dispatch-service/dispatches/ref//participants/
API for removing a job from an existing dispatch: | Header/Path | Description |
---|---|---|
X-COREOS-REQUEST-ID (header*) | Unique request ID. | string |
X-USER-ID (header*) | User ID. | string |
X-USER-NAME (header*) | User name. | string |
jobId (path*) | Job ID. | string |
dispatchId (path*) | Dispatch ID. | string |
*This is required.
HTTP Status Code Summary
| Code | Description |
| --- | ---- |
| 200 - OK | Everything worked as expected. |
| 400 - Bad Request | The request was unacceptable, often due to missing a required parameter. |
| 401 - Unauthorized | No valid API key provided. |
| 404 - Not Found | The requested resource doesn't exist. |