pub async fn delete_form_with_id(
configuration: &Configuration,
form_id: &str,
) -> Result<(), Error<DeleteFormWithIdError>>
Expand description
Deletes the form for the given Id.
pub async fn delete_form_with_id(
configuration: &Configuration,
form_id: &str,
) -> Result<(), Error<DeleteFormWithIdError>>
Deletes the form for the given Id.