Skip to main content
POST
/
api
/
v3
/
api-keys
/
{id}
Delete Api Key
curl --request POST \
  --url https://api.nugen.in/api/v3/api-keys/{id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

Successful Response