ApiKey
Revoke an API key
Deactivate an API key so it can no longer authenticate requests.
patch/api/key/revoke/{api_key_id}
Path parameters
api_key_idinteger required
ID of the API key to revoke.
ID of the API key to revoke.
Query parameters
cookie_namestring nullable
Response
Successful Response
Example response
{
"active": true,
"last_used_at": "2026-06-23T12:00:00Z",
"expires_at": "2027-06-23T12:00:00Z"
}