Skip to main content
DELETE
/
projects
/
{id}
Delete Project
curl --request DELETE \
  --url https://api.proced.ai/projects/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required
Example:

"cm0upgshc000rwf5eop1u2awr"

Response

Delete Project

success
boolean
required
Example:

true