Pinecone Assistant
Delete an API key from a project.
PINECONE_ACCESS_TOKEN="YOUR_ACCESS_TOKEN" PINECONE_API_KEY_ID="YOUR_KEY_ID" curl -X DELETE "https://api.pinecone.io/admin/api-keys/$PINECONE_API_KEY_ID" \ -H "X-Pinecone-Api-Version: 2025-04" \ -H "Authorization: Bearer $PINECONE_ACCESS_TOKEN"
This response does not have an example.
An access token must be provided in the Authorization header using the Bearer scheme.
Authorization
Bearer
API key ID
API key deletion request accepted.
Was this page helpful?