AckdbBulkRecordDeletionResponse
Properties
dataobjectdryRunbooleankindstring"company""person""contact"requestedintegerdeletedCountintegerfailedCountintegernotFoundarray ofstring
resultsarray ofrefstringstatusstring"deleted""notFound""failed"resultobject (nullable)errorobject (nullable)codestringmessagestringExample
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"
}
}
]
}
}