ops

removeOps allowlist

Remove multiple rows from the allowlist

post/ops/allowlist/remove

Request body

emailsstring[] required

Emails to remove from the allowlist

Example request

{
  "emails": [
    "abc123"
  ]
}

Response

OK response.

Changes

No recorded changes to this endpoint across all 6 revisions of this API.