Pinecone Database
curl -sS -o /dev/null -w "%{http_code}\n" -X DELETE \ "https://api.pinecone.io/backup-schedules/${SCHEDULE_ID}" \ -H "api-key: ${PINECONE_API_KEY}" \ -H "X-Pinecone-API-Version: unstable"
204
Delete a backup schedule.
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.
X-Pinecone-API-Version: unstable
Was this page helpful?