Deleting a Group

The DeleteGroup function is used to permanently delete a group.

GET/Remote/DeleteGroup

REQUEST PARAMETERS

ParameterTypeDescriptionRequired
mluser string Username - always in email form.
mltoken -or- mlpass string MapLarge generated auth token -or- the password for the mluser account.
id long The ID of the group to be deleted.

EXAMPLE REQUEST

https://my.maplarge.com/Remote/DeleteGroup?mluser=user@domain.com&mltoken=token&id=8562

*Either a token or password can be used in any request where authentication is required.

RETURNS

{
    "id": "9da0c613bafc4c77bfb202645bfcbf2b",
    "hash": null,
    "success": true,
    "isCached": false,
    "authorized": true,
    "errors": [],
    "timestamp": 1420568624,
    "data": null,
    "groupid": 8562
}

ACTION SPECIFIC RESPONSE VALUES

ParameterTypeDescription
groupid long The ID of the group that has been deleted.