---
title: "Unblock Creator"
method: DELETE
path: "/blocked-creators/{blocked_user_id}"
tags: ["blocked-creators"]
---

# Unblock Creator

`DELETE /blocked-creators/{blocked_user_id}`

Unblock a creator.

## Path parameters

- `blocked_user_id` string, uuid, required

## Response `200`

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)
