Delete Blog Translation
Powered by VitePress OpenAPI
Delete a blog translation.
Auth: session + owner/admin.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
id | path | string | Yes | Post id |
lang | path | string | Yes | Language code |
Request Body
None.
Response 200
json
{
"data": { "id": "post_2", "lang": "es", "deleted": true },
"user_context": { "authenticated": true },
"meta": {}
}Response Errors
401missing session403not owner/admin404translation not found
Notes
- Use this to remove stale or incorrect translations.
- Prefer deleting only the language variant, not the base post.