pub async fn delete_story(
    configuration: &Configuration,
    story_gid: &str,
    opt_pretty: Option<bool>,
    opt_fields: Option<Vec<String>>
) -> Result<InlineResponse2001, Error<DeleteStoryError>>
Expand description

Deletes a story. A user can only delete stories they have created. Returns an empty data record.