DELETE
/
admin
/
projects
/
{project_id}
PINECONE_ACCESS_TOKEN="YOUR_ACCESS_TOKEN"
PROJECT_ID="YOUR_KEY_ID"

curl -X DELETE "https://api.pinecone.io/admin/projects/$PROJECT_ID" \
	-H "X-Pinecone-Api-Version: 2025-04" \
	-H "Authorization: Bearer $PINECONE_ACCESS_TOKEN"
This response does not have an example.
PINECONE_ACCESS_TOKEN="YOUR_ACCESS_TOKEN"
PROJECT_ID="YOUR_KEY_ID"

curl -X DELETE "https://api.pinecone.io/admin/projects/$PROJECT_ID" \
	-H "X-Pinecone-Api-Version: 2025-04" \
	-H "Authorization: Bearer $PINECONE_ACCESS_TOKEN"

Authorizations

Authorization
string
header
required

An access token must be provided in the Authorization header using the Bearer scheme.

Path Parameters

project_id
string
required

Project ID

Response

202
_mintlify/placeholder

Project deletion request accepted.