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
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" }
API key starting with sk_case_
sk_case_
Database project ID to delete
Project deleted successfully
Deletion success indicator
Confirmation message
Was this page helpful?