Function delete_form_with_id

Source
pub async fn delete_form_with_id(
    configuration: &Configuration,
    form_id: &str,
) -> Result<(), Error<DeleteFormWithIdError>>
Expand description

Deletes the form for the given Id.