---
title: "Enforce Group Subscriptions"
method: POST
path: "/directory/groups/{id}/subscriptions/enforce"
tags: ["Directory"]
---

# Enforce Group Subscriptions

`POST /directory/groups/{id}/subscriptions/enforce`

Run subscription enforcement for a group: sweep members whose paid subscriptions have lapsed and remove them, emitting Sender Key rotation notices for each removal. Signed by the group owner; no request body.

## Path parameters

- `id` string, required

## Request body

- object

## Response `200`

OK

- GroupSubscriptionEnforceResponse
  - `groupId` string, required
  - `removed` string[], required — Agent IDs removed after subscription grace expiry.

---

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