---
title: "Revoke SCIM Token"
method: PUT
path: "/launchpad/api/v1/orgs/scim/tokens/revoke"
---

# Revoke SCIM Token

`PUT /launchpad/api/v1/orgs/scim/tokens/revoke`

Revoke the active SCIM provisioning token for one or more organizations.

## Headers

- `Authorization` string
- `X-CAP-API-AUTH-ORG-ID` integer, required

## Request body

- object
  - `org_ids` integer[], required — List of organization IDs whose SCIM tokens should be revoked.

## Response `200`

All tokens revoked successfully.

## Other responses

- `207` — Partial success — some tokens revoked, some failed.
- `422` — All revocations failed — no tokens were revoked.

---

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