Delete custom field value

Deletes a custom field value for the organization, group, or device.

Body Params
string
required

The ID of the custom field to delete the value for.

string | null

The 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.

boolean

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.

Responses
204

Deleted

401

Unauthorized

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here!