DELETE/keys/:keyId

Revoke API Key

Permanently deactivate an API key. Once revoked, it can no longer be used for authentication.

πŸ”’Scope required:admin

Path Parameters

ParameterTypeRequiredDescription
keyIdstringβœ…The ID of the key to revoke

Example

curl -X DELETE https://api.scootsign.com/api/v1/keys/key_abc123 \
  -H "X-API-Key: aram_ent_ADMIN_KEY..."

Response

{
  "success": true,
  "message": "API key revoked"
}

Errors

StatusError
404API key not found (wrong ID or doesn’t belong to your tenant)
Aram by ScootSign docs.scootsign.com