- URL:https://<itemInfo-url>/delete(POST only)
- Required Capability:Default administrator role | All authorized privileges
- Version Introduced:10.1
Description
This operation deletes an item's information.
Note:
This operation only deletes information about your service. The service configuration remains unchanged.
Request parameters
Parameter | Details |
---|---|
f | The response format. The default response format is html. Values: html | json | pjson |
Example usage
Below is a sample POST request for delete:
POST /webadaptor/admin/services/Maps/testMap.MapServer/itemInfo/delete HTTP/1.1
Host: machine.domain.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []
f=json
JSON Response example
{"status": "success"}