DELETE client/{id}/relations/{relationClientId}

Delete a relation from a client.

Request Information

URI Parameters

NameDescriptionTypeAdditional 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.