pub async fn extras_custom_fields_bulk_destroy(
configuration: &Configuration,
custom_field_request: Vec<CustomFieldRequest>,
) -> Result<(), Error<ExtrasCustomFieldsBulkDestroyError>>Expand description
Delete a list of custom field objects.