Pinecone Database
PINECONE_API_KEY="YOUR_API_KEY" BACKUP_ID="9947520e-d5a1-4418-a78d-9f464c9969da" curl -X DELETE "https://api.pinecone.io/backups/$BACKUP_ID" \ -H "Api-Key: $PINECONE_API_KEY" \ -H "X-Pinecone-Api-Version: 2025-10"
Delete a backup.
An API Key is required to call Pinecone APIs. Get yours from the console.
Required date-based version header
The ID of the backup to delete.
The request to delete the backup has been accepted.
Was this page helpful?