---
title: "Block Creator"
method: POST
path: "/blocked-creators"
tags: ["blocked-creators"]
---

# Block Creator

`POST /blocked-creators`

Block a creator.

## Request body

- BlockCreatorRequest
  - `user_id` string, uuid, required

## Response `201`

Successful Response

- BlockActionResponse
  - `blocked_user_id` string, uuid, required
  - `is_blocked` boolean, required
  - `message` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/meganova/apis/fastapi.md) · [All operations](https://skmtc.net/meganova/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/meganova/fastapi/revisions/2b2bab8b9017/schema)
