AckdbBulkUnassignRequest

Bulk-unassign one member from many explicit targets (#252). Supply at least one of entityIds, domains, or contactIds.

Properties

entityIdsarray of

Company entity ids (ULID).

string
domainsarray of

Company domains.

string
contactIdsarray of

Contact ids.

string

Example

AckdbBulkUnassignRequest example
{
  "entityIds": [
    "string"
  ],
  "domains": [
    "string"
  ],
  "contactIds": [
    "string"
  ]
}