Permanently deletes a database project from Neon and marks it as deleted in Case.dev. This action cannot be undone and will destroy all data including branches and databases. Use with caution.
curl --request DELETE \
--url https://api.case.dev/database/v1/projects/{id} \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "Database project 'case-mgmt-db' deleted"
}Was this page helpful?
curl --request DELETE \
--url https://api.case.dev/database/v1/projects/{id} \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "Database project 'case-mgmt-db' deleted"
}