How to DELETE my POST?

I have successfully POST data but don't know the syntax for DELETE, any help?

curl -i -H "Accept:application/json" -H "Content-Type:application/json" -H "Authorization: Bearer ACCESS-TOKEN" -XDELETE "https://gorest.co.in/public/v2/posts/1234"

Is this not working for you? Your request method should be delete

Owh sorry, I'm asking without read full documentation, yes it worked, sorry for troubling.

No problem, you are welcome


Little markdown supported