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. |
Last updated