Skip to main content
DELETE
/
api
/
v2
/
external
/
auth
/
api-keys
/
{api_key_id}
Revoke Api Key
curl --request DELETE \
  --url https://api.lyceum.technology/api/v2/external/auth/api-keys/{api_key_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

api_key_id
string
required

Response

Successful Response