Remove Item
POST https://{{env_url}}/item/remove
This endpoint allows you to remove an Item
using its access_token
.
Request Body
{"client_id"=>"{{client_id}}", "secret"=>"{{secret_key}}", "access_token"=>"{{access_token}}"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"removed":true,"request_id":"rIjWv"}