Accelerate the Value of Data

Unregister Tenants from the Salesforce Connector

You can remove tenant registration if it exists, using this API.

Table 1. Parameters
Parameter Required Description
Headers Authorization Yes Access Token in format Bearer <accessToken> (see details in Authentication API)
Content-Type Yes Must be Content-Type: application/json
Path tenantId Yes Reltio tenant name
profileName Yes Salesforce profile name

Request

DELETE {SFDCConnectorURL}/registration/{tenantId}/{profileName}
DELETE {SFDCConnectorURL}/registration/{tenantId} -- deprecated since v.2020.3 ---

Response

Success: 200 { "status": "{tenantId}+{profileName} has been removed" }
Error:   400 Bad Request, { errors: [], warnings: []