Como posso excluir uma postagem usando a API do Discourse?

I can delete a topics with the help of discourse api but i can’t delete a posts which are posted in topics. Any idea about this issue.

See Delete Post from a Topic Using discourse API

DELETE /posts/:id(.:format)

I have replaced :id to actual post id,
DELETE /posts/30

Now i am able to delete the post. it is working. Thanks.