Pinecone Database
from pinecone import Pinecone pc = Pinecone(api_key="YOUR_API_KEY") pc.delete_backup(backup_id="9947520e-d5a1-4418-a78d-9f464c9969da")
Delete a backup.
Documentation IndexFetch the complete documentation index at: https://docs.pinecone.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.pinecone.io/llms.txt
Use this file to discover all available pages before exploring further.
An API Key is required to call Pinecone APIs. Get yours from the console.
The ID of the backup to delete.
The request to delete the backup has been accepted.
Was this page helpful?