Skip to main content
POST
/
projects
/
{id}
/
delete
Delete Project
curl --request POST \
  --url https://www.orgo.ai/api/projects/{id}/delete \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

API key authentication. Format: sk_live_...

Path Parameters

id
string
required

Response

Project deleted

I