Delete an order copy
How to delete an existing order copy via API
Request
Example
curl -g -X DELETE \
'https://yourdomain.commercelayer.io/api/order_copies/XAyRWNUzyN' \
-H 'Accept: application/vnd.api+json' \
-H 'Authorization: Bearer your-access-token'Last updated