Delete an Agent API Token

Delete an Agent API Token.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

organizationIdstringRequired
The ID of the organization that owns the deployment where you want to delete the Agent API Token.
deploymentIdstringRequired
The ID of the deployment that owns the Agent API token that you want to delete.
agentTokenIdstringRequired
The ID of the Agent API token you want to delete.

Errors

400
Delete Agent Token Request Bad Request Error
401
Delete Agent Token Request Unauthorized Error
403
Delete Agent Token Request Forbidden Error
404
Delete Agent Token Request Not Found Error
500
Delete Agent Token Request Internal Server Error