curl --request DELETE \
--url https://api.agentpowers.ai/v1/auth/api-tokens/{token_id}{
"revoked": true
}Revoke an API token by ID.
curl --request DELETE \
--url https://api.agentpowers.ai/v1/auth/api-tokens/{token_id}{
"revoked": true
}Was this page helpful?