DELETE
/
api_keys
/
{uuid}
curl --request DELETE \
  --url https://geekai.dev/api/v1/api_keys/{uuid} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Deletes an existing API key using its UUID.

Authorizations

Authorization
string
header
required

token

Path Parameters

uuid
string
required

uuid

Response

200
application/json

Success

The response is of type object.