delete_business_story()#
- Client.delete_business_story()#
Deletes a story previously posted by the bot on behalf of a managed business account.
Requires the can_manage_stories business bot right.
Usable by Users Bots- Parameters:
business_connection_id (
str
) – Unique identifier of the business connection.story_id (
int
) – Unique identifier of the story to delete.
- Returns:
List of
int
– List of deleted stories IDs.