OpenAPI 3.0.32026-08-12174296704.1 KB
c66cdcca5f9e
ops
removeOps allowlist
Remove multiple rows from the allowlist
post/ops/allowlist/remove
Request body
Example request
{
"emails": [
"abc123"
]
}Response
OK response.
Remove multiple rows from the allowlist
{
"emails": [
"abc123"
]
}OK response.