API / Reference / Custom Properties
Delete custom property value
DELETE
https://api.light.inc/v1/custom-properties/groups/{groupId}/values/{valueId}
Deletes a custom property value by ID
A soft delete with no in-use check: records that reference the value keep it, and the value keeps appearing on GET .../values (it disappears from the group's hydrated values). Repeating the call succeeds again. Answers 204 with no body. Requires the company-admin role.
Authorization
Send one of these on every request. See Authentication for how to get credentials.
- API key
Basic authentication header of the form Basic <api_key>, where <api_key> is your api key.
- Bearer token
Path parameters
-
groupIdstring · uuidrequired -
valueIdstring · uuidrequired
Response
This endpoint returns no content.