Chuyển đến nội dung chính
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>"
}

Ủy quyền

Authorization
string
header
bắt buộc

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

Nội dung

application/json

Reference data value payload.

ReferenceValuePayload schema.

kind
enum<string>
bắt buộc

Reference, rule, or request kind.

Tùy chọn có sẵn:
comp_id,
sender_sub_id
value
string
bắt buộc

Value associated with the record.

Phản hồi

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.