cURL
curl --request DELETE \ --url https://app.coolify.io/api/v1/projects/{uuid} \ --header 'Authorization: Bearer <token>'
{ "message": "Project deleted." }
Delete project by UUID.
Go to Keys & Tokens / API tokens and create a new token. Use the token as the bearer token.
Keys & Tokens
API tokens
UUID of the application.
Project deleted.
The response is of type object.
object