Deletes a specific scheduled bot by bot_id.
DELETE /calendar/scheduled/{bot_id} or DELETE /calendar/schedule/{bot_id}
Headers:
| Parameter | Type | Required | Description |
|---|---|---|---|
bot_id | string | Yes | The BotID of the scheduled bot |
| Field | Type | Description |
|---|---|---|
message | string | Success message |
bot_id | string | The bot ID that was deleted |
bot_iduser_id in token or invalid authentication.
All API endpoints are authenticated using API Keys. The key should be included in the 'Authorization' header, prefixed with 'Token '. Example: 'Authorization: Token YOUR_API_KEY'.
The BotID of the scheduled bot.