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

NameTypeDescription

listID*

guid

The master value list ID.

valueID*

int

The value ID.

Headers

NameTypeDescription

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}"
}

Last updated