FeatherDeveloper Docs
API ReferenceMCPChangelog

Delete a blog

Permanently deletes a blog owned by the API key owner.

DELETE/v1/blog/delete
Requires an API key with the delete:blog scope. This action is irreversible.

Body parameters

publication_id
stringRequired
ID of the blog to delete. Retrieve it from List blogs.

Error cases

validation_error
400Optional
publication_id is missing or empty.
publication_not_found
404Optional
No blog found with the given publication_id.
forbidden
403Optional
The blog belongs to a different account.