Skip to main content
POST
/
cabinet
/
admin
/
pinned-messages
/
active
/
unpin
Unpin Active Message
curl --request POST \
  --url https://api.example.com/cabinet/admin/pinned-messages/active/unpin \
  --header 'Authorization: Bearer <token>'
{
  "unpinned_count": 123,
  "failed_count": 123,
  "was_active": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful Response

unpinned_count
integer
required
failed_count
integer
required
was_active
boolean
required