Skip to main content
DELETE
/
v1
/
demographics
/
values
/
{value_id}
Delete Value
curl --request DELETE \
  --url https://api.example.com/v1/demographics/values/{value_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

value_id
string<uuid>
required

Response

Successful Response

Last modified on April 21, 2026