Function asana::apis::custom_fields_api::delete_custom_field[][src]

pub async fn delete_custom_field(
    configuration: &Configuration,
    custom_field_gid: &str,
    opt_pretty: Option<bool>,
    opt_fields: Option<Vec<String>>
) -> Result<InlineResponse2001, Error<DeleteCustomFieldError>>

A specific, existing custom field can be deleted by making a DELETE request on the URL for that custom field. Locked custom fields can only be deleted by the user who locked the field. Returns an empty data record.