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>"

Documentation Index

Fetch the complete documentation index at: https://arizeai-433a7140.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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