delete_comment

Delete your comment

client.post.delete_comment('POST_ID', 'MESSAGE_ID')

post_id [str]

ID of the post that has comment

message_id [str]

ID of the sent comment

token [str] (optional)

You can set a specific token for the function, it will be executed from the specified token

Last updated