sfomuseum.you.shoebox.emptyShoebox
Description
Remove all the items 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.
Errors
This API method does not define any custom error codes. For the list of error codes common to all API methods please consult the default error codes documentation.
Example request — or take this API method for a spin
curl -X POST https://api.sfomuseum.org/rest/ -F "method=sfomuseum.you.shoebox.emptyShoebox" -F "access_token=<TOKEN>"