---
title: "Suspend an Agent's Payments"
method: POST
path: "/admin/agents/{id}/suspend"
tags: ["Admin"]
---

# Suspend an Agent's Payments

`POST /admin/agents/{id}/suspend`

Blocks an agent from sending or receiving payments until a given time, with a stated reason recorded in the audit trail.

## Path parameters

- `id` string, required

## Request body

- object
  - `reason` string — Free-text reason for the suspension, recorded in the audit trail. Optional.

## Response `200`

OK

- object

---

[API](https://skmtc.net/tiny/apis/tiny-place-network-api.md) · [All operations](https://skmtc.net/tiny/apis/tiny-place-network-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tiny/tiny-place-network-api/revisions/fb85a82845ac/schema)
