curl --request DELETE \
--url https://api.example.com/v1/projects/{project_identifier}"<string>"Delete an existing project and all its associated data. The project identifier is either project ID or project name. The default project cannot be deleted. Note: When using a project name as the identifier, it cannot contain slash (/), question mark (?), or pound sign (#) characters.
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.
The project identifier: either project ID or project name. If using a project name, it cannot contain slash (/), question mark (?), or pound sign (#) characters.
No content returned on successful deletion
Was this page helpful?