Delete custom field valueAsk AIdelete https://api.level.io/v2/custom_field_valuesDeletes a custom field value for the organization, group, or device.Body Paramscustom_field_idstringrequiredThe ID of the custom field to delete the value for.assigned_to_idstring | nullThe ID of the object to delete the value for. If not provided, the value will be deleted globally for the organization. Otherwise, the ID should represent a group or device whose custom field value will be deleted.forcebooleanWhen 'force' is true, the value will be deleted for all descendants of the assigned_to_id. Otherwise, the value will be deleted only for the assigned_to_id and any descendants that don't have an explicit custom field value set.truefalseResponses 204Deleted 401UnauthorizedUpdated 5 months ago