Skip to main content
DELETE
/
api
/
me
/
api-keys
/
{key_id}
Delete My Api Key
curl --request DELETE \
  --url https://your-domain.com/api/me/api-keys/{key_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Path Parameters

key_id
string
required

Response

Successful Response