Delete blog post
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:
{seobot_post_id} is a unique string identifier that was assigned on POST request.
200 OK
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:
{seobot_post_id} is a unique string identifier that was assigned on POST request.
Response
200 OK
{
"success": true,
"new_url": string
}
Updated on: 27/09/2024
Thank you!