Skip to main content
DELETE
/
v1
/
projects
/
{projectId}
cURL
curl --request DELETE \
  --url https://{deployment}.convex.site/v1/projects/{projectId}
{
  "success": true
}

Path Parameters

projectId
string
required
Minimum string length: 1
Example:

"proj_abc123"

Response

200 - application/json

Project deleted successfully

success
boolean
required