Forum Discussion

pp_01's avatar
pp_01
Mentor
6 years ago

API for deleting a blog or message.

Hey all. Is there any API through which we can delete a blog or a message by passing the blog-id or the message-id in the call?

If you have any idea about this then please let me know. Thanks in Advance

  • Hi @pp_01 ,

    You can delete the message using the below rest call.

    <#assign resp = rest("2.0", "/messages/34", "DELETE") />

    They have released this in 19.1 version. You can find more about this in the release notes

    Thanks