Delete an API token
Delete an API token. When you delete an API token, make sure that no existing automation workflows are using it. After it's deleted, an API token cannot be recovered.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
organizationId
The ID of the Organization where you want to delete the token.
tokenId
The API token ID
Errors
400
Delete API Token Request Bad Request Error
401
Delete API Token Request Unauthorized Error
403
Delete API Token Request Forbidden Error
404
Delete API Token Request Not Found Error
500
Delete API Token Request Internal Server Error