Unify and manage your data

Delete Custom Logic

Using this API you can delete a custom logic that you have defined.

Table 1. Parameters
Type Name Required Description
Headers Authorization Yes Information about authentication access token in format Bearer <accessToken> (see details in Authentication API)
content-type Yes Must be Content-Type: text/plain

Request Example

DELETE {SFDCConnectorURL}/configuration/{tenantId}/{profile}/cl

Response Example

Success: 200 { status: Custom Logic {tenantId}/{profile} is deleted } Error: 400 Bad Request, { errors : [], warnings: [] }
Was this content helpful?