All Products
Search
Document Center

Identity as a Service:RevokeAuthenticationToken

Last Updated:Jun 11, 2026

Mencabut token otentikasi.

Deskripsi operasi

This API uses an Access Token issued by IDaaS to perform identity authentication and authorization.

Ensure that the Access Token is authorized to access the "Manage Authentication Tokens" feature of the built-in Privileged Access Management (PAM) application in IDaaS.

Catatan

The corresponding scope is urn:cloud:idaas:pam|authentication_token:manage.

Penting

This operation currently supports only JWT authentication tokens.

Coba sekarang

Coba API ini di OpenAPI Explorer tanpa perlu penandatanganan manual. Panggilan yang berhasil akan secara otomatis menghasilkan contoh kode SDK sesuai dengan parameter Anda. Unduh kode tersebut dengan kredensial bawaan yang aman untuk penggunaan lokal.

Test

RAM authorization

Tidak ada otorisasi untuk operasi ini. Jika Anda mengalami masalah saat menjalankan operasi ini, hubungi dukungan teknis.

Sintaks permintaan

POST /v2/{instanceId}/authenticationTokens/_/actions/revoke HTTP/1.1

Path Parameters

Parameter

Type

Required

Description

Example

instanceId

string

Yes

ID instans.

idaas_ue2jvisn35ea5lmthk267xxxxx

Parameter permintaan

Parameter

Type

Required

Description

Example

Authorization

string

Yes

Informasi otentikasi. Format: Bearer ${access_token}.

Catatan

Masukkan token akses yang diterbitkan oleh IDaaS.

Bearer xxxxxx

body

object

No

Badan permintaan.

token

string

Yes

Original authentication token.

Catatan

You can pass either the original authentication token or a derived short token.

eyJhbGciOixxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

token_type_hint

string

No

Authentication token type hint.

Penting

Currently, no value is required.

-

Elemen respons

Element

Type

Description

Example

Tidak ada yang didefinisikan.

Contoh

Respons sukses

JSONformat

{}

Kode kesalahan

Lihat Error Codes untuk daftar lengkap.

Catatan rilis

Lihat Release Notes untuk daftar lengkap.