POST api/group/delete
Delete a group
Request Information
URI Parameters
None.
Body Parameters
Dezrez.Core.DataContracts.External.Api.Group.Command.Delete.GroupDeleteCommandDataContractName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Reason | string |
None. |
|
Notes | string |
None. |
|
ForceUpdate | boolean |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{ "Id": 1, "Reason": "sample string 2", "Notes": "sample string 3", "ForceUpdate": true }
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.