- URL:
- https://[root]/content/users/[userName]/items/[itemID]/unlist
- Methods:
POST
Example usage
URL of unlistItem
https://www.arcgis.com/sharing/rest/content/users/jsmith/items/b512083cd1b64e2da1d3f66dbb135956/unlist
Description
The unlist
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 |
---|---|
| For a complete listing, see Common parameters. |
Response properties
Property | Details |
---|---|
| Indicates if the operation was successful. |
| The ID of the listed item. |
JSON response syntax
{
"success": true | false,
"itemId": "<item id>"
}
JSON response example
{
"success": true,
"itemId": "b512083cd1b64e2da1d3f66dbb135956"
}