API Keys
Revoke API key
Permanently revoke an API key. In-flight requests using this key fail with 401. Cannot be undone.
delete/api/v1/api-keys/{id}
Path parameters
idstring uuid required
API key ID (UUID)
Response
API key revoked
Example response
{
"success": true,
"message": "Operation completed successfully"
}