itemRemove
POST {{baseUrl}}/item/remove
The /item/remove
endpoint allows you to remove an Item. Once removed, the access_token
associated with the Item is no longer valid and cannot be used to access any data that was associated with the Item.
Request Body
{"access_token"=>"<string>", "client_id"=>"5fd43aad1186c30013d6f3e2", "secret"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"request_id":"\u003cstring\u003e"}