Dun & Bradstreet · Example Payload

Dnb Direct Plus Remove Duns From Registration Example

Business DataCompany DataD-U-N-S NumberCreditRiskMaster DataData EnrichmentIdentity ResolutionComplianceSupply ChainSales IntelligenceMonitoring

Dnb Direct Plus Remove Duns From Registration Example is an example object payload from Dun & Bradstreet, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "DELETE",
    "url": "https://plus.dnb.com/v1/monitoring/registrations/supplier-portfolio-2026/duns",
    "headers": {
      "Authorization": "Bearer <ACCESS_TOKEN>",
      "Content-Type": "application/json"
    },
    "body": {
      "dunsList": [
        "001370583"
      ]
    }
  },
  "response": {
    "status": 200,
    "body": {
      "addedQuantity": 0,
      "removedQuantity": 1,
      "rejectedDuns": []
    }
  }
}