Skip to main content
DELETE
/
v1
/
agents
/
{agentId}
/
tokens
/
{tokenId}
Revoke agent token
curl --request DELETE \
  --url https://api.useproxy.ai/v1/agents/{agentId}/tokens/{tokenId} \
  --header 'Api-Key: <api-key>'
{
  "success": true
}

Authorizations

Api-Key
string
header
required

API key for authentication. Get your key from the Dashboard.

Path Parameters

agentId
string
required

The agent ID

tokenId
string
required

Token ID

Response

Token revoked

success
boolean