Skip to main content
DELETE
/
api
/
v1
/
api-keys
/
{key_id}
Delete API Key
curl --request DELETE \
  --url https://api.example.com/api/v1/api-keys/{key_id}
key_id
string
required
UUID of the API key to revoke
Returns 204 No Content. The key is immediately revoked — all subsequent requests using it will fail with 401.