Unify and manage your data

Deregister a tenant

Learn how to deregister a tenant for D&B connector

This operation removes a tenant from a profile. To execute this operation you have tot be assigned the DELETE privilege.

Request

DELETE {DnBConnectorUri}/config/tenants
Table 1. Parameters
Parameter NameRequired Description
Headers Content-Type Yes Should be "Content-Type: application/json".
Authorization Yes Information about authentication access token in format "Bearer <YourTokenId>" (see details in Authentication API).
environmentUrl Yes Environment of customer and data tenant.
tenantId Yes Customer tenant id.

Request


Response
{
    "success": "OK",
    "tenant": {
        "environmentUrl": "https://tst-01.reltio.com",
        "tenantId": "ACC360CT"
    }
}