Skip To Content
ArcGIS Developer
Dashboard

/removeResource: Remove User Resource

  • 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

ParameterDetails
key

The name of the resource to be deleted.

JSON Response example

{"success": true}