Path parameters
-
listId
string Required The id of the list
DELETE
/lists/{listId}
curl \
--request DELETE 'https://api.lassomoderation.com/api/v1/lists/{listId}' \
--header "Content-Type: application/json" \
--header "Authorization: string" \
--data '{"items":["Bad word"]}'
Request example
{
"items": [
"Bad word"
]
}
Response examples (200)
{
"success": true,
"deletedItems": [
"bad word"
]
}