Skip to main content
DELETE
/
organizations
/
{organization_id}
/
projects
/
{project_id}
Delete project
curl --request DELETE \
  --url {schemes}://api.upsun.com/organizations/{organization_id}/projects/{project_id} \
  --header 'Authorization: Bearer <token>'
{
  "status": "<string>",
  "message": "<string>",
  "code": 123,
  "detail": {},
  "title": "<string>"
}

Authorizations

Authorization
string
header
required

Path Parameters

organization_id
string<ulid>
required

The ID of the organization.

project_id
string
required

The ID of the project.

Response

No Content