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

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{"removed":true,"request_id":"rIjWv"}