FRAMES | NO FRAMES | Description | Parameters | Examples | Response |
URL | http://<wmservice-url>/publicQueries/query/<queryId>/delete |
---|---|
Parent Resource | Public Job Query |
Parameter | Details |
---|---|
f | Description: The response format. The default response format is html. Values: html | json |
user | Required Description: The username of the person who makes the delete query request. The person must have AdministratorAccess Privilege to delete public queries. |
Example 1: URL for deleting job query which has query ID "402" in the "Workflow" service on sampleserver. The person who makes this request is "admin0000".
http://sampleserver/arcgis/rest/services/Workflow/WMServer/publicQueries/query/402/delete?user="admin0000"&f=pjson{ "success": true }
{ "success": true }