cancelScheduledEvent
Permanently cancels a scheduled Event. The event must be in a `scheduled` state.
DELETE
/v1/chat/events/scheduled/{id}Authorization
AuthorizationBearerrequiredBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Header parameters
x-bot-idstringrequiredBot id
x-integration-idstringIntegration id
x-integration-aliasstringIntegration alias
Path parameters
idstringrequiredEvent id
Response
Returns an empty object