- URL:https://[root]/content/users/[userName]/items/[itemID]/unlist(POST only)
Example usage
URL of unlistItem:
https://www.arcgis.com/sharing/rest/content/users/jsmith/items/b512083cd1b64e2da1d3f66dbb135956/unlistDescription
The unlistItem operation (POST only) unlists a previously listed item from the marketplace.
Unlisting an item will reset its listed property to false.
This operation is available to the user and the administrator of the organization to which the user belongs.
Request parameters
| Parameter | Details |
|---|---|
| [Common Parameters] | For a complete listing, see Common parameters. |
Response properties
| Property | Details |
|---|---|
| success | Indicates if the operation was successful. |
| itemId | The ID of the listed item. |
JSON response syntax
{
"success": true | false,
"itemId": "<item id>"
}
JSON response example
{
"success": true,
"itemId": "b512083cd1b64e2da1d3f66dbb135956"
}