botruntime
API ReferenceChat API

Cancel Scheduled Event

Permanently cancels a scheduled [Event](#schema_event). The event must be in a `scheduled` state.

DELETE
/v1/chat/events/scheduled/{id}

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"
{}
{}