Skip to main content
DELETE
/
api
/
auth
/
api-keys
/
{id}
Delete an API key
curl --request DELETE \
  --url http://localhost:3000/api/auth/api-keys/{id}
{}

Path Parameters

id
string
required

Response

API key deleted successfully

The response is of type object.