コンテンツにスキップ

Revoke an active opaque secret reference without exposing or deleting its provider secret.

POST
/api/admin/agent-secret-refs/{id}/revoke
Code sample: Shell / cURL
curl --request POST \
--url https://auth.example.com/api/admin/agent-secret-refs/example/revoke \
--cookie authrim_admin_session=<authrim_admin_session>

Human Admin session only. Revocation is tenant-scoped and synchronously audited.

id
required
string
/^asr_[A-Za-z0-9_-]{16,120}$/

Secret reference revoked.

Error response.

Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{
"error": "example",
"message": "example",
"error_description": "example"
}

Error response.

Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{
"error": "example",
"message": "example",
"error_description": "example"
}

Error response.

Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{
"error": "example",
"message": "example",
"error_description": "example"
}

Error response.

Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{
"error": "example",
"message": "example",
"error_description": "example"
}