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.
X-Pinecone-API-Version: unstable
Was this page helpful?