DELETE profiles/{profileId}/groups/{groupId}

Associate a profile with a group.

Remarks

C4M Error Code returned:

  • null

    Profile has been successfully associated with the group.

  • ProfileNotFound

    The requested profile does not exist on this environment.

  • GroupNotFound

    The requested group does not exist on this environment.

Request Information

Parameters

NameDescriptionAdditional information
profileId
The profile's identifier.

Define this parameter in the request URI.

groupId
The group's identifier.

Define this parameter in the request URI.

Response Information

Operation result.

Response body formats

application/json, text/json

Sample:

Sample not available.