Skip to main content
DELETE
/
api
/
v1
/
auth
/
api-keys
/
{key_id}
Revoke Api Key
curl --request DELETE \
  --url https://api.example.com/api/v1/auth/api-keys/{key_id} \
  --header 'X-API-Key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Path Parameters

key_id
string
required

Response

Successful Response