Accelerate the Value of Data

Removing a Single Entity

Learn about the endpoint to remove an entity's DUNS number from the monitoring registration.

Use this endpoint to remove a single entity's DUNS number from the D&B monitoring registration.

Request

DELETE {DnBConnectorUri}/monitoring/registration
Table 1. Parameters
ParameterNameRequired Description
HeadersContent-TypeYesMust be Content-Type: application/json.
EnvironmentUrlYesEnvironment URL of the tenant.

For example: https://dev.reltio.com

AuthorizationYesReltio access token in the form Bearer: <<token>>, see Authentication API.
TenantIdYesTenant Id.
DnB-UserNoDnB account username or Consumer Key in Direct+.
Note: Not a required parameter if DnB Token is specified.
DnB-PasswordNoDnB account password or Consumer Secret in Direct+.
Note: Not a required parameter if DnB Token is specified.
DnB-TokenNoDnB token in <<Token>> format.
Note: Not a required parameter if the username and password of the DnB account is specified.
D&B-RegistrationYesDnB registration identifier.
QueryentityURIYesEntity URI in entities/XXXX format.

Example:

DELETE http://localhost:8080/b2bIntegration/dnb/monitoring/registration?entityURI=entities/1SrafuSI
Response:
{
    "success": "OK",
    "message": "21114: Requested duns removed from registration  successfully.",
    "entities": [
        "entities/1SrafuSI"
    ]
}