Skip to main content
DELETE
Delete schedule
Pass teamId as a query param (same pattern as the main app delete schedule).

Authorizations

Authorization
string
header
required

Public integration API key (bb_live_...). Not a login JWT.

Path Parameters

scheduleId
string
required

Schedule document Mongo _id from create or list.

Example:

"507f1f77bcf86cd799439012"

Query Parameters

teamId
string
required

Team that owns the schedule

Example:

"66f0a1b2c3d4e5f678901234"

Response

Schedule deleted

message
string
Example:

"API key revoked successfully!"