DELETE 1.0/{InstanceId}/Groups/{GroupId}
Deletes a group for the particular group id paassed in
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
InstanceId |
The instance ID relating to a specific ADM database |
string |
Required |
GroupId |
The group id for the group to be deleted |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Returns "OK" if the group was deleted successfully, otherwise an appropriate error message
GroupName | Description | Type | Additional information |
---|---|---|---|
Id |
The ID of the group |
integer |
None. |
Name |
Name of the group |
string |
None. |
Description |
Description of the group |
string |
None. |
InboxId |
The Inbox ID of the group |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "Id": 1, "Name": "sample string 2", "Description": "sample string 3", "InboxId": 4 }