---
title: "Revoke SSA"
method: DELETE
path: "/ssa"
tags: ["SSA"]
---

# Revoke SSA

`DELETE /ssa`

# Revokes existing active SSA based on `jti` or `org_id`
----

- `jti` - for delete only one SSA, the specified by `jti` 
- `org_id` - for delete all SSA of the specified organization.

**Security: Bearer Auth**

Provide your bearer token in the Authorization header when making requests to protected resources.

Example: `Authorization: Bearer {{your-access-token}}`

**Security: OAuth 2.0**

Scopes:
- `https://jans.io/auth/ssa.admin` - **SSA Admin**, You can revoke `SSA`.

## Query parameters

- `jti` string
- `org_id` string

## Response `200`

Success.

## Other responses

- `401` — Unauthorized access request.
- `406` — Not Acceptable. Check the query params. (When `jti` or `org_id` is not sent in the query param)
- `422` — Not found.
- `500` — Internal error occured. Please check log file for details.

## Changes

- **2023-02-02** `b9705f965648` — 1 info
  - for the `query` request parameter `org_id`, the type/format was generalized from `integer`/`` to `string`/``
- **2022-11-10** `6bf06110150f` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/janssenproject/apis/janssen-authorization-server/changes/ssa/delete.md)

---

[API](https://skmtc.dev/janssenproject/apis/janssen-authorization-server.md) · [All operations](https://skmtc.dev/janssenproject/apis/janssen-authorization-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/janssenproject/janssen-authorization-server/revisions/ae174ecfdc21/schema)
