The endpoint and http method information to remove value from list are stated below.
HTTP Method | URL |
---|---|
DELETE |
/fraud/v1/value-lists/:listName/values/:value |
The parameters expected to be sent in requests to remove value from list are listed under the table and subheadings below.
Parameter Name | Type | Required | Description |
---|---|---|---|
listName |
string |
Yes | List name |
value |
string |
Yes | Value |
You can review the sample codes in the open source Craftgate API clients.