Delete custom field value
deleteCustomFieldValueDelete a custom field value for a specific organization, group, or device. With force, also remove overridden values from descendants; otherwise only the explicitly assigned value is deleted.
Instructions
Delete custom field value. Deletes a custom field value for the organization, group, or device. Level API endpoint: DELETE /v2/custom-field-values
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | When '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. | |
| assigned_to_id | No | ||
| custom_field_id | Yes | The ID of the custom field to delete the value for. |