Accelerate the Value of Data

Delete Salesforce Connector Profile Configurations

This API deletes the profile configurations with the corresponding mapping and additional files, if they exist.

These files are required for backward compatibility.

Request

Operation Endpoint:

DELETE {Salesforce connector URL}\configuration\{tenantId}\{profileName}
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"
Query tenantId Yes Tenant ID
Query profileName Yes Name of the Profile

Response

Success: 200 { status:  {tenantId}+{profileName}  has been removed}
Error:   400 Bad Request, { error: {tenantId}+{profileName} not existed}