DELETE client-contactperson/{clientId}/{contactPersonId}

Delete the relationship between a client and a contact person.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
clientId

The id of the client.

integer

Required

contactPersonId

The id of the contact person.

integer

Required

Body Parameters

None.

Response Information

Resource Description

Returns status code 200-OK upon successful removal of the client contact person relationship.

None.