DELETE
/
security
/
keys
/
{uuid}
curl --request DELETE \
  --url https://app.coolify.io/api/v1/security/keys/{uuid} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Private Key deleted."
}

Authorizations

Authorization
string
header
required

Go to Keys & Tokens / API tokens and create a new token. Use the token as the bearer token.

Path Parameters

uuid
string
required

Private Key Uuid

Response

200
application/json

Private Key deleted.

The response is of type object.