---
title: "Block a Profile"
method: POST
path: "/profile-blocks/"
---

# Block a Profile

`POST /profile-blocks/`

## Response `201`

201

- object
  - `id` string
  - `url` string
  - `blocked_profile_id` string
  - `blocked_by_profile_id` string
  - `blocked_profile` object
    - `id` string
    - `url` string
    - `created_at` string
    - `nickname` string
    - `custom_data` string
    - `points` integer
    - `badges` unknown[]
      - unknown
    - `badges_url` string
    - `badge_progress_url` string
    - `subscribe_channel` string
    - `reported_count` integer
    - `chat_room_memberships_url` string
    - `reward_item_credit_url` string
    - `reward_item_debit_url` string
    - `reward_item_balances_url` string
    - `reward_item_transfer_url` string
    - `block_profile_url` string
    - `blocked_profiles_template_url` string
  - `blocked_by_profile` object
    - `id` string
    - `url` string
    - `created_at` string
    - `nickname` string
    - `custom_data` string
    - `points` integer
    - `badges` unknown[]
      - unknown
    - `badges_url` string
    - `badge_progress_url` string
    - `subscribe_channel` string
    - `reported_count` integer
    - `chat_room_memberships_url` string
    - `reward_item_credit_url` string
    - `reward_item_debit_url` string
    - `reward_item_balances_url` string
    - `reward_item_transfer_url` string
    - `block_profile_url` string
    - `blocked_profiles_template_url` string

## Other responses

- `400` — 400
- `409` — 409

---

[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)
