Delete item from customer list
DELETE/lists/:listname
Delete item from customer list
Request
Path Parameters
listname stringrequired
Possible values: [blocklist
, safelist
, blacklist
, whitelist
]
The name of the list to delete an entry from. One of 'safelist' or 'blocklist'. 'whitelist' and 'blacklist' are deprecated
Query Parameters
item stringrequired
Responses
- 204
- 500
Successfully deleted the item
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
code integer
message string
errors string[]
{
"code": 0,
"message": "string",
"errors": [
"string"
]
}
Loading...