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.
cURL
curl --request DELETE \ --url https://api.xpander.ai/v1/agents/{agent_id}/self-schedules/{schedule_id} \ --header 'x-api-key: <api-key>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Cancel a pending self-scheduled run by its id.
curl -X DELETE -H "x-api-key: <your-api-key>" \ "https://api.xpander.ai/v1/agents/<agent-id>/self-schedules/<schedule-id>"
{ "status": true }
API Key for authentication
Successful Response
Was this page helpful?
Contact support