> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.unicornplatform.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# Delete blog post

${color}[#ee5253](DELETE) 
https://api.unicornplatform.com/api/v1/blog_posts/seobot_hook/{seobot_api_key}/{seobot_post_id}

Delete an existing blog post.

{seobot_api_key} can be acquired in the Blog settings:

![](https://storage.crisp.chat/users/helpdesk/website/-/7/e/7/8/7e782a40c0560c00/screenshot-2025-07-10-085953_rvvdb6.png)

{seobot_post_id} is a unique string identifier that was assigned on [POST](https://help.unicornplatform.com/en/article/create-blog-post-c36bv7/) request.

### Response

200 OK

```
{
    "success": true,
    "new_url": string
}
```