Skip to main content
DELETE
/
v1
/
platform
/
blog
/
posts
/
{id}
curl -X DELETE https://api.truthlocks.com/v1/platform/blog/posts/bp_660e8400-e29b-41d4-a716-446655440000 \
  -H "X-API-Key: tl_live_your_api_key"
{}
Permanently deletes a blog post from the CMS. This action cannot be undone. If you may want to restore the post later, archive it instead.
Requires the content admin or super admin platform role.
Deleting a post is permanent and cannot be undone.

Parameters

id
string
required
The blog post ID.

Responses

{}
curl -X DELETE https://api.truthlocks.com/v1/platform/blog/posts/bp_660e8400-e29b-41d4-a716-446655440000 \
  -H "X-API-Key: tl_live_your_api_key"