Token Operations
Delete Access Token
Delete an access token.
delete/api/{serviceId}/auth/token/delete/{accessTokenIdentifier}
Path parameters
serviceIdstring required
A service ID.
accessTokenIdentifierstring required
The identifier of an existing access token. The identifier is the value of the access token or the value of the hash of the access token.
Response
The access token was successfully deleted.