đ§ delete_story
Deletes a story previously posted by the bot on behalf of a managed business account.
âī¸ Parameters
business_connection_id
(str
): Unique identifier of the business connectionstory_id
(int
): Unique identifier of the story to delete
đ˛ Returns
bool
đ Examples
-đĒĢ Required Parameters
await bot.delete_story(
business_connection_id=your_business_connection_id_here,
story_id=your_story_id_here
)