- URL:https://[root]/community/users/[userName]/removeResource(POST only)
Example usage
Below is a sample ArcGIS Enterprise POST request for removeResource:
POST /webadaptor/sharing/rest/community/users/jdoe/removeResource HTTP/1.1
Host: machine.domain.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []
key=logo.png
Description
The Remove Resource operation (POST only) allows the administrator to remove a file resource.
Request parameters
Parameter | Details |
---|---|
key | The name of the resource to be deleted. |
JSON Response example
{"success": true}