DELETE api/profile/main/{userID}/{childID}
V1 - Removes the child profile for the specified booqees user.
Please note the profile will not actually be removed from the database. To maintain logging integrity, the link between the child profile and the parent profile is merely invalidated.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userID |
The ID for the user |
globally unique identifier |
Required |
| childID |
The ID for the child profile |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |