---
title: "Suppress Customer"
method: POST
path: "/api/v1/admin/customers/{user_id}/suppress"
tags: ["admin-customers"]
---

# Suppress Customer

`POST /api/v1/admin/customers/{user_id}/suppress`

## Path parameters

- `user_id` string, uuid, required

## Request body

- SuppressRequest — Admin suppression from the workspace: user-level, category-scoped (None = all lifecycle categories).
  - `category` string, nullable
  - `note` string, nullable

## Response `201`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/prototyping/apis/prototyping-io-api.md) · [All operations](https://skmtc.dev/prototyping/apis/prototyping-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/prototyping/prototyping-io-api/revisions/f4a0079fbb57/schema)
