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