cURL
curl --request DELETE \ --url http://localhost:3001/v1/delivery/{id} \ --header 'Authorization: Bearer <token>'
Delete a delivery by its unique identifier.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Delivery ID
The delivery has been successfully deleted.