v1

latestOpenAPI 3.0.1License2026-07-17467229.7 KB
SSA

Revoke 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.
delete/restv1/ssa

Query parameters

jtistring

A unique identifier for the token, which can be used to prevent reuse of the token.

org_idstring

Delete all SSAs of the specified organization.

Response

Success.