Skip to main content

Revoke Token

DELETE 

/api/api-shipping-providers/:provider-id/tokens/:token-id

Revoke a specific API token.

Authorization

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

URL Parameters:

ParameterTypeDescription
idintegerThe integration instance ID
tokenIdintegerThe token ID to revoke

Note: Once revoked, the token can no longer be used for authentication.

Request

Responses

OK

Response Headers
    Content-Type