Skip to content

Delete API key

DELETE
/api/auth/keys/{id}

Revoke an API key. Cannot delete the last key or the key used for this request.

Parameters

Path Parameters

id*
Type
string
Required
Format
"uuid"

Responses

Key deleted

application/json
JSON
{
  
"deleted": true,
  
"id": "string"
}

Samples