cancelScheduledEvent

Permanently cancels a scheduled Event. The event must be in a `scheduled` state.

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

Authorization

AuthorizationBearer
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Header parameters

x-bp-authenticated-principalstring
Authenticated principal. Injected by the authentication middleware.
x-bot-idstring
Bot id
x-integration-id?string
Integration id
x-integration-alias?string
Integration alias

Path parameters

idstring
Event id

Response

Returns an empty object