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', '.*')).

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

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

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type