Skip to main content

Revoke Token

DELETE 

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

Revoke a specific API token.

Not yet available to API tokens

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

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