Skip to main content
DELETE
/
v1
/
custom-properties
/
groups
/
{groupId}
/
values
/
{valueId}
Delete custom property value
curl --request DELETE \
  --url https://api.light.inc/v1/custom-properties/groups/{groupId}/values/{valueId} \
  --header 'Authorization: <api-key>'

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <api_key>, where <api_key> is your api key.

Path Parameters

groupId
string<uuid>
required
valueId
string<uuid>
required

Response

default - application/json;charset=UTF-8

default response