DELETE api/clients/{id}/relations/{relationClientId}
Attention! This route is deprecated, use '/client/{id}/relations/{relationClientId}'.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
The Id of the client. |
integer |
Required |
relationClientId |
The Id of the client relation to be deleted. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Returns status code 200-OK upon successful removal of the client relation.
None.