DELETE api/Clients/{id}?softDelete={softDelete}

Deletes the client.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The ID of the client to delete.

integer

Required

softDelete

Whether to soft delete the client. Soft deleted clients will no longer be available, but the data will not be removed.

boolean

Default value is False

Body Parameters

None.

Response Information

Resource Description

Does not return any content.

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.