Remove value from master list
Remove a value from a master list of values.
This endpoint allows you to remove a value from a master value list. Values may only be removed from a master value list of they are not currently in use by any pick list.
Delete a value from a master value list
DELETE https://ris.rightsline.com/v4/master-value-list/:listID/value/:valueID
Path Parameters
Name
Type
Description
listID*
guid
The master value list ID.
valueID*
int
The value ID.
Headers
Name
Type
Description
Authorization*
String
Authorization token.
x-api-key*
String
Your company's API key.
{
"message": "No char value set found with ID {master-value-list-id}"
}{
"message": "Char value set {master-value-list-id} does not contain a value with ID {value-id}."
}{
"message": "Acls don't provide permission to delete values from master lists."
}Value was deleted from the master list. New master list of values is returned.
[
{
"id": 1,
"label": "A",
"description": "the letter A",
"xref": "A",
"status": "Active"
},
{
"id": 2,
"label": "B",
"description": "the letter B",
"xref": "B",
"status": "Active"
}
]Last updated
Was this helpful?

