Remove an item associated with a visit. You can try this method out right here in your browser!

Request Method

POST

Arguments

  • access_token (required) — A valid OAuth2 access token
  • format — The format in which to return the data. Supported formats are json, jsonp, dson. The default format is json.

Example Request

curl -X POST https://api.www-6.collection.cooperhewitt.org/rest/ -F "method=cooperhewitt.visits.items.removeItem" -F "access_token=<TOKEN>"