DELETE
/keys/:keyIdRevoke API Key
Permanently deactivate an API key. Once revoked, it can no longer be used for authentication.
πScope required:
adminPath Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
keyId | string | β | 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
| Status | Error |
|---|---|
404 | API key not found (wrong ID or doesnβt belong to your tenant) |