POST api/group/delete
Delete a group
Request Information
URI Parameters
None.
Body Parameters
GroupDeleteCommandDataContract| Name | 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
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.