Skip to main content
DELETE
/
projects
/
{id}
Delete Project
curl --request DELETE \
  --url https://api.supapo.st/projects/{id}
{
  "success": true
}
Permanently deletes a project. This action cannot be undone.

Authentication

Authorization
string
Bearer token. Bearer <supabase-jwt>.

Path Parameters

id
string
required
The project ID (UUID).
{
  "success": true
}