Skip to content
Guides
Fulfillment & ShippingMethods
settings:delete

Delete shipping method

Deletes a shipping method owned by the current store or seller.

DELETE/v1/shipping/methods/{id}

Deletes a shipping method owned by the current store or seller.

Authorization

bearerAuth
AuthorizationBearer <token>

OAuth2 access token issued by Ecomiq Auth.

In: header

Path Parameters

id*string

Unique identifier of the resource.

Header Parameters

Authorization*string

OAuth 2.0 bearer token.

Response Body

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X DELETE "https://example.com/v1/shipping/methods/7204558912004325301" \  -H "Authorization: Bearer <token>"
Empty