curl -X DELETE https://api.getagentdrive.com/v0/keys/key_abc123 \
-H "Authorization: Bearer YOUR_API_KEY"
{
"success": true
}
API Keys
Revoke API Key
Permanently revoke an API key.
DELETE
/
v0
/
keys
/
{id}
curl -X DELETE https://api.getagentdrive.com/v0/keys/key_abc123 \
-H "Authorization: Bearer YOUR_API_KEY"
{
"success": true
}
