sfomuseum.you.shoebox.removeItem
Description
Remove an item from a user's shoebox Try this method in the API Explorer.
HTTP Request method
POST
Arguments
- access_token (
string) — A valid OAuth2 access token (required) - format (
string) — The format in which to return the data. Supported formats are json, jsonp. The default format is json. - shoebox_id (
int64) — A valid SFO Museum shoebox ID (required)
Errors
In addition to default error codes common to all methods this API method defines the following additional error codes:
900— Shoebox item not found901— Failed to remove shoebox item
Example request — or take this API method for a spin
curl -X POST https://api.sfomuseum.org/rest/ -F "method=sfomuseum.you.shoebox.removeItem" -F "access_token=<TOKEN>" -F "shoebox_id=<SHOEBOX_ID>"