Skip to main content
DELETE
/
api
/
v1
/
auth
/
developer-keys
/
{key_id}
Revoke Developer Key
curl --request DELETE \
  --url https://api.devkit4ai.com/api/v1/auth/developer-keys/{key_id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

key_id
string<uuid>
required

Response

Successful Response