AckdbBulkRecordDeletionResponse

Properties

dataobject
dryRunboolean
kindstring
"company""person""contact"
requestedinteger
deletedCountinteger
failedCountinteger
notFoundarray of
string
resultsarray of
refstring
statusstring
"deleted""notFound""failed"
resultobject (nullable)
errorobject (nullable)
codestring
messagestring

Example

AckdbBulkRecordDeletionResponse example
{
  "data": {
    "dryRun": false,
    "kind": "company",
    "requested": 0,
    "deletedCount": 0,
    "failedCount": 0,
    "notFound": [
      "string"
    ],
    "results": [
      {
        "ref": "string",
        "status": "deleted",
        "result": {},
        "error": {
          "code": "string",
          "message": "string"
        }
      }
    ]
  }
}