Delete a profile
Learn how to delete a profile for D&B connector
This operation deletes a profile. All tenants with reference to the deleted profile loose all mappings. To execute this operation you have tot be assigned the DELETE privilege.
Request
DELETE {DnBConnectorUri}/config/profiles/{profileName}
Parameter Name | Required | 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). |
Request
Response
{
"success": "OK",
"profile": "testProfile
}