---
title: "Remove Author From Blog"
method: DELETE
path: "/authors/{id}"
tags: ["Authors"]
---

# Remove Author From Blog

`DELETE /authors/{id}`

Remove the author's associations from posts in this blog. The author profile itself is not deleted.

## Path parameters

- `id` string, uuid, required

## Response `204`

Author removed successfully

## Other responses

- `401` — Authentication failed
- `403` — Insufficient permissions
- `404` — Resource not found
- `500` — 서버 내부 오류

---

[API](https://skmtc.dev/inblog/apis/inblog-api.md) · [All operations](https://skmtc.dev/inblog/apis/inblog-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/inblog/inblog-api/revisions/445daf773d30/schema)
