Function asana::apis::stories_api::delete_story[][src]

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

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