Skip to main content

Delete Return

DELETE 

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

Authorization: x-api-key

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

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

Request

Path Parameters

    id stringrequired

    ID of the return 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/returns/: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!