Skip to main content

Unmap Carrier/Service

DELETE 

/api/starshipit/integration-instances/:integration_instance/shipping-methods/map/:code

Removes the mapping for a single carrier/service code. The code path segment may contain a pipe and other special characters (the route is registered with where('code', '.*')).

Authorization

Any valid API token can call this endpoint — no specific scope required. Manage tokens.

Returns 404 if no mapping exists for that code on this instance.

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type