---
title: "Block a customer"
method: POST
path: "/customer/block"
tags: ["Customer"]
---

# Block a customer

`POST /customer/block`

Block customer using phone number

## Request body

- BlockCustomerDto
  - `phone` string, phone, required — The phone number of customer which block operation will be performed

## Response `201`

Operation successfully completed

- CustomerBlockUnblockResponseDto

## Other responses

- `400` — Incorrect payload
- `401` — Unauthorized
- `404` — NotFound

---

[API](https://skmtc.net/doubletick/apis/doubletick-public-apis.md) · [All operations](https://skmtc.net/doubletick/apis/doubletick-public-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/doubletick/doubletick-public-apis/versions/bba484527d34/schema)
