---
title: "Cancel a pending clan invitation (sender or admin/owner only)"
method: DELETE
path: "/v1/clans/{clanId}/invites/{userId}"
tags: ["clans"]
---

# Cancel a pending clan invitation (sender or admin/owner only)

`DELETE /v1/clans/{clanId}/invites/{userId}`

## Path parameters

- `clanId` string, uuid, required
- `userId` string, uuid, required

## Response `200`

Successful response

- object
  - `success` boolean, required

## Other responses

- `403` — Insufficient access
- `404` — Resource not found

---

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