POST api/v1/Person/UnlinkPersonsFromProfiles/{PersonID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| PersonID | integer |
Required |
Body Parameters
Collection of integerRequest Formats
application/json, text/json
Sample:
[ 1, 2 ]
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.