Skip to main content
DELETE
/
databases
/
{uuid}
Delete
curl --request DELETE \
  --url https://app.coolify.io/api/v1/databases/{uuid} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Database 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<uuid>
required

UUID of the database.

Query Parameters

cleanup
boolean
default:true

Delete configurations and volumes.

Response

Database deleted.

message
string
Example:

"Database deleted."