API ReferenceChat API
Cancel Scheduled Event
Permanently cancels a scheduled [Event](#schema_event). The event must be in a `scheduled` state.
Path Parameters
id*string
Event id
Header Parameters
x-bot-id*string
Bot id
x-integration-id?string
Integration id
x-integration-alias?string
Integration alias
Response Body
application/json
application/json
curl -X DELETE "https://example.com/v1/chat/events/scheduled/string" \ -H "x-bot-id: string"{}{}Cancel Integration Operation POST
Requests best-effort cancellation. A queued operation is cancelled immediately. A running local attempt receives a cancellation signal, but the generic fallback has no provider Cancel adapter and cannot confirm that remote work stopped.
Configure Integration POST
An integration can call this endpoint to configure itself