Delete a blog
Permanently deletes a blog owned by the API key owner.
Requires an API key with the
delete:blog scope. This action is irreversible.Body parameters
publication_id
ID of the blog to delete. Retrieve it from List blogs.
Error cases
validation_error
publication_id is missing or empty.publication_not_found
No blog found with the given
publication_id.forbidden
The blog belongs to a different account.