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
Backup schedules
Delete backup schedule
Delete a backup schedule.
DELETE
/
backup-schedules
/
{schedule_id}
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
Documentation Index
Fetch the complete documentation index at: https://docs.pinecone.io/llms.txt
Use this file to discover all available pages before exploring further.
This endpoint requires
X-Pinecone-API-Version: unstable.Path parameters
The ID of the backup schedule to delete.
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
Was this page helpful?
⌘I