Remove Value From List
URL
The endpoint and http method information to remove value from list are stated below.
DELETE/fraud/v1/value-lists/:listName/values/:valueId
Request Parameters
The parameters expected to be sent in requests to remove value from list are listed under the table and subheadings below.
listName
string
required
List name
valueId
string
required
Id of Value
Sample Codes
You can review the sample codes in the open source Craftgate API clients.
Remove Value From List
Loading..