FRAMES | NO FRAMES | Description | Parameters | Examples | Response |
URL | http://<group-url>/delete |
---|---|
Parent Resource | Group |
Parameter | Details |
---|---|
f | Description: The response format. The default response format is html. Values: html | json |
user | Required Description: The username of the person making the delete group request. The person must have AdministratorAccess privilege. |
Example 1: URL for deleting group "Technicians" with id "1" in the "Workflow" service on sampleserver. The user who makes the request is "admin0000"
http://sampleserver/arcgis/rest/services/Workflow/WMServer/community/groups/1/delete?user=admin0000&f=pjson{ "success": true }
{ "success": true }