Cancel a delivery job

This endpoint is used to cancel a delivery job that is no longer required ensuring that unnecessary delivery jobs are promptly canceled.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The unique identifier for the application initiating the cancellation request. This ID ensures that the cancellation is associated with the correct application registered in the system.

string
required

The unique identifier for the specific delivery job that needs to be canceled. This allows the system to locate and update the status of the delivery job accurately.

Body Params
string

A descriptive reason for why the delivery job is being canceled. This information can be used for tracking and reporting purposes (e.g., "Customer request", "Driver unavailable", or "Invalid address").

string

A timestamp indicating when the cancellation occurred. The format should follow ISO 8601 standards (e.g., 2025-01-29T10:30:00Z). If not provided, the system may use the current timestamp as the default value.

Response
204

Delivery job canceled successfully

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!