Delete API Token

Deletes the specified API token from the tenant. Once deleted, the token can no longer be used for authentication.

Administrator role required

The API token used to call this endpoint must have the Administrator role. Requests from non-administrator tokens will be rejected.

Path Parameters
tokenstringrequired
The token to delete.
HTTP Response Examples
200
{ "Status": true, "Message": "", "Response": {} }
400
{ "Status": false, "Message": "", "Response": {} }