cancelScheduledEvent
Permanently cancels a scheduled Event. The event must be in a `scheduled` state.
DELETE
/v1/chat/events/scheduled/{id}Authorization
AuthorizationBearerBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Header parameters
x-bp-authenticated-principalstringAuthenticated principal. Injected by the authentication middleware.
x-bot-idstringBot id
x-integration-id?stringIntegration id
x-integration-alias?stringIntegration alias
Path parameters
idstringEvent id
Response
Returns an empty object