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.
Path parameters
organizationId
The ID of the Organization where you want to delete the token.
tokenId
The API token ID
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.