---
title: "Create a comment board ban"
method: POST
path: "/comment-board-bans/"
---

# Create a comment board ban

`POST /comment-board-bans/`

## Headers

- `Authorization` string, required

## Request body

- object
  - `profile_id` string, required
  - `comment_board_id` string — if not provided, profile would be banned for entire application if the requesting user has the permission
  - `description` string

## Response `201`

201

- object
  - `id` string
  - `url` string
  - `profile_id` string
  - `client_id` string
  - `comment_board_id` string
  - `banned_by_id` string
  - `description` string
  - `created_at` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/livelike/apis/engagement-suite.md) · [All operations](https://skmtc.net/livelike/apis/engagement-suite/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/livelike/engagement-suite/revisions/f3171d1c30f7/schema)
