cURL
curl --request DELETE \ --url https://{defaultHost}/v1/shipping_rates/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "da0fa130-59c0-4eac-8fcc-82db9f5762dd", "object": "shipping_rate", "deleted": true }
Deletes a specific shipping rate.
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?