deleteMessage method

It is a method to delete a message.

Principle of use

Syntax and URL to call the method
deleteMessage (int message_id)
https://api.selzy.com/en/api/deleteMessage?api_key=KEY&message_id=ID
Arguments
api_key * API access key.
message_id * Message code.
Возвращаемое значение
There will be an empty object in case of success. If any errors or warnings occur, they will be returned in the standard manner. Examples of return values:

{"result":{}}
{"error":"message not found","code":"unspecified","result":""}

Did we answer to your question?

0
0