# Delete Post from a Topic Using discourse API

**URL:** https://meta.discourse.org/t/delete-post-from-a-topic-using-discourse-api/30633
**Category:** Support
**Created:** [June 30, 2015, 11:36am UTC](https://meta.discourse.org/t/delete-post-from-a-topic-using-discourse-api/30633 "2015-06-30T11:36:36Z")
**Posts on this page:** 1
**Showing post:** 7

<div class="post-metadata">

### Author: ![cpradio](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/cpradio/32/4970_2.png) [@cpradio](https://meta.discourse.org/u/cpradio)
#### Post date: [July 1, 2015, 10:23am UTC](https://meta.discourse.org/t/delete-post-from-a-topic-using-discourse-api/30633/7 "2015-07-01T10:23:53Z")

</div>

Look at it the info from Chrome again.

`Request URL: http://discourse.url.com/posts/1314`

The URL is the key here. It is accessing post id 1314. Now look at the Method

`Request Method: DELETE`

It is using DELETE, instead of POST, GET, etc.

Combine the two and it will delete the post (so long as you also pass in the API\_KEY and API\_Username

---

_[View the full topic](https://meta.discourse.org/t/delete-post-from-a-topic-using-discourse-api/30633)._
