Skip to main content
DELETE
/
api
/
auth
/
api-keys
/
{key_id}
Delete Api Key
curl --request DELETE \
  --url http://localhost:8080/api/auth/api-keys/{key_id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

key_id
string
required

Response

Successful Response