Skip to main content
DELETE
https://api-oms.verolabs.co
/
api
/
v1
/
util
/
reference
Remove a controlled reference value
curl --request DELETE \
  --url https://api-oms.verolabs.co/api/v1/util/reference \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "value": "<string>"
}
'
{
  "status": "<string>",
  "kind": "<string>",
  "value": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Reference data value payload.

ReferenceValuePayload schema.

kind
enum<string>
required

Reference, rule, or request kind.

Available options:
comp_id,
sender_sub_id
value
string
required

Value associated with the record.

Response

OK

ReferenceRemovedResponse schema.

status
string

Status value returned by the API.

kind
string

Reference, rule, or request kind.

value
string

Value associated with the record.