DELETE
/
applications
/
{uuid}
curl --request DELETE \
  --url https://app.coolify.io/api/v1/applications/{uuid} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Application 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

UUID of the application.

Query Parameters

cleanup
boolean
default:true

Delete configurations and volumes.

Response

200
application/json

Application deleted.

The response is of type object.