Skip to main content

Delete Delivery

DELETE 

https://api.goodsdelivery.io/v1/deliveries/:id

Authorization: x-api-key

name: x-api-keytype: apiKeyscopes: brandin: header

To cancel an existing delivery issue a DELETE request, where you use the ShortId or ID in the request as the ID of the delivery in order to match your request with an existing delivery.

Request

Path Parameters

    id stringrequired

    ID of the delivery to delete

Responses

If the request is valid, a successful response will be provided.

Schema
    success booleanrequired
curl -L -X DELETE 'https://api.goodsdelivery.io/v1/deliveries/:id' \
-H 'Accept: application/json' \
-H 'x-api-key: <API_KEY_VALUE>'
Request Collapse all
Base URL
https://api.goodsdelivery.io/v1
Auth
Parameters
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!