---
title: "Revoke the active SCIM bearer token"
method: DELETE
path: "/orgs/{orgId}/scim/token"
tags: ["orgs"]
---

# Revoke the active SCIM bearer token

`DELETE /orgs/{orgId}/scim/token`

Revokes the active SCIM bearer token for the organization. Returns 404 if no active token exists.

## Path parameters

- `orgId` integer, required

## Response `204`

Token revoked

## Other responses

- `403` — Operation not allowed
- `404` — Feature not enabled, organization not found, or no active token

---

[API](https://skmtc.net/seqeralabs/apis/seqera-api.md) · [All operations](https://skmtc.net/seqeralabs/apis/seqera-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/seqeralabs/seqera-api/revisions/13316c9fe5ff/schema)
