WorkOS
radar.lists.delete
Remove an entry from a Radar list.
Remote workos
Other tools also called radar.lists.delete?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"type": {
"enum": [
"ip_address",
"domain",
"email",
"device",
"user_agent",
"device_fingerprint",
"country"
],
"type": "string",
"description": "The type of the Radar list (e.g. ip_address, domain, email)."
},
"entry": {
"type": "string",
"description": "The value to remove from the list. Must match an existing entry."
},
"action": {
"enum": [
"block",
"allow"
],
"type": "string",
"description": "The list action indicating whether to remove the entry from the allow or block list."
}
}
}