DELETE api/Clients/{id}?softDelete={softDelete}
Deletes the client.
Request Information
URI Parameters
Name | Description | Type | Additional 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
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.