Tento web používá k poskytování služeb a analýze návštěvnosti soubory cookie. Používáním tohoto webu s tím souhlasíte. Další informace

API help

Overview
Data types

messages.remove

Description

Remove given messages. You can remove both messages targeted to you or messages that you sent. Removing message in your account does not affect messages in remote account. You cannot remove message from other user's inbox once you sent it.

Params

token
string

Access token.

messages
array

List of messages to remove.

messageId
int

ID of message to mark as read

Response

response
struct
status
int
enum

Status code

ValueDescription
200

Messages were removed.

404

One of messages was not found.

500

Server error

statusMessage
string

Status code description

Call example

messages.remove("sed do eiusmod", [962377264, 1555979453])