---
title: "Remove Author from Post"
method: DELETE
path: "/posts/{id}/authors/{authorId}"
tags: ["Post Authors"]
---

# Remove Author from Post

`DELETE /posts/{id}/authors/{authorId}`

Remove a specific author from a post.

## Path parameters

- `id` integer, required
- `authorId` string, uuid, required

## Response `204`

Author removed successfully

## Other responses

- `401` — Authentication failed
- `403` — Insufficient permissions
- `404` — Resource not found
- `405` — Method not allowed
- `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)
