Skip to main content
DELETE
/
api
/
v1
/
organizations
/
{organizationID}
/
projects
/
{projectID}
Delete project
curl --request DELETE \
  --url https://api.example.com/api/v1/organizations/{organizationID}/projects/{projectID} \
  --header 'Authorization: Bearer <token>'
{
  "error": "invalid_request",
  "error_description": "request body invalid"
}

Authorizations

Authorization
string
header
required

Operation requires OAuth 2.0 bearer token authentication.

Path Parameters

organizationID
string
required

An organization ID.

projectID
string
required

A project ID.

Response

The request has been accepted and will be fulfilled asynchronously. You may poll the resource and monitor its provisioning and health status to await completion of the operation.