cURL
curl --request DELETE \ --url https://{defaultHost}/v1/return_requests/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "c1d05a15-8e3f-46a8-a7e4-ed2f939d2e55", "object": "return_request", "deleted": true }
Deletes a specific return request.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success
The UUID of the specific object.
A string describing the object type returned.
Whether or not this object was succesfully deleted.
Was this page helpful?