Skip to main content
DELETE
/
v1
/
projects
/
{project_identifier}
Delete a project by ID or name
curl --request DELETE \
  --url https://api.example.com/v1/projects/{project_identifier}
"<string>"

Path Parameters

project_identifier
string
required

The project identifier: either project ID or project name. If using a project name, it cannot contain slash (/), question mark (?), or pound sign (#) characters.

Response

No content returned on successful deletion