pins remove

POST {{baseUrl}}/pins.remove

Un-pins an item from a channel.

Request Body

[{"name"=>"channel", "value"=>"<string>", "datatype"=>"string"}, {"name"=>"timestamp", "value"=>"<string>", "datatype"=>"string"}]

HEADERS

KeyDatatypeRequiredDescription
tokenstring(Required) Authentication token. Requires scope: pins:write
Content-Typestring

RESPONSES

status: OK

{&quot;ok&quot;:&quot;\u003cboolean\u003e&quot;}