Dispatches
Delete Scheduled Dispatch
Deletes a dispatch by its ID.
DELETE
/
dispatches
Permanently deletes a dispatch.
Path Parameters
id
string
requiredThe ID of the dispatch to delete.
Response
Success
object
message
string
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
id
string
requiredThe ID of the dispatch to delete.
Was this page helpful?