DELETE profiles/{profileId}

Deletes a profile.

Remarks

C4M Error Code returned:

  • null

    Profile has been successfully deleted.

  • ProfileNotFound

    The requested profile does not exist on this environment.

Request Information

Parameters

NameDescriptionAdditional information
profileId
Profile Id to be removed.

Define this parameter in the request URI.

Response Information

Operation result.

Response body formats

application/json, text/json

Sample:
{
  "error": null
}