pub async fn delete_place(
    configuration: &Configuration,
    place_uuid: &str,
    soft_delete: Option<bool>,
    x_access_token: Option<&str>,
    x_secret_token: Option<&str>,
    authorization: Option<&str>,
    ehelply_active_participant: Option<&str>,
    ehelply_project: Option<&str>,
    ehelply_data: Option<&str>
) -> Result<Value, Error<DeletePlaceError>>
Expand description

Deletes the place with the given ID and returns True if successful