For the complete documentation index, see llms.txt. This page is also available as Markdown.

Delete Fallback Shipping Method

Deletes a fallback shipping method by handle.

Delete a Fallback Shipping Method

delete

Deletes the fallback shipping method with the given handle. 404 if absent.

Path parameters
merchant_idinteger · int32Required
handlestringRequired

The shipping method handle

Header parameters
X-Violet-TokenstringRequired
X-Violet-App-SecretstringRequired
X-Violet-App-Idinteger · int32Required
Responses
204

The method was deleted.

No content

delete/merchants/{merchant_id}/shipping-methods/{handle}
204

The method was deleted.

No content

Last updated

Was this helpful?