Delete an Agent API Token
Delete an Agent API Token.
Path parameters
organizationId
The ID of the Organization that owns the Deployment where you want to delete the Agent API Token.
deploymentId
The ID of the Deployment that owns the Agent API token that you want to delete.
agentTokenId
The ID of the Agent API token you want to delete.
Headers
Authorization
Bearer authentication of the form Bearer <token>
, where token is your auth token.