Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
API reference
cURL
curl --request DELETE \ --url https://agp.eu.hcompany.ai/api/v2/schedules/{schedule_id} \ --header 'Authorization: Bearer <token>'
Remove a schedule and stop future fires.
204
curl -X DELETE "https://agp.eu.hcompany.ai/api/v2/schedules/9f8e7d6c-5b4a-4c3d-8e2f-1a0b9c8d7e6f" \ -H "Authorization: Bearer $HAI_API_KEY"
404
Was this page helpful?