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.
post/{aplicationId}/delivery-jobs/{deliveryJobId}/cancellations
Path parameters
aplicationIdstring 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.
deliveryJobIdstring 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.
Request body
Response
Delivery job canceled successfully