pub async fn delete_form_field_with_id(
configuration: &Configuration,
field_id: &str,
) -> Result<(), Error<DeleteFormFieldWithIdError>>
Expand description
Deletes the form field for the given Id.
pub async fn delete_form_field_with_id(
configuration: &Configuration,
field_id: &str,
) -> Result<(), Error<DeleteFormFieldWithIdError>>
Deletes the form field for the given Id.