DELETE api/clients/{id}

Attention! This route is deprecated, use '/client/{id}'.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The id of the client.

integer

Required

Body Parameters

None.

Response Information

Resource Description

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

None.