Cancel commands in bulk
POST/v1/commands/cancel
Cancel all commands that were created with the given value of externalEventId.
This endpoint does not return a response body. It will return a successful response code (204 No Content) even if no commands match. Use the "Get a command" endpoint on each command to monitor the outcome.
Request
Responses
- 204
- 400
- 401
- 403
- 422
- 429
No Content
Bad Request
Unauthorized
Forbidden
Unprocessable Entity
Too Many Requests