Universal Auth
Revoke Client Secret
Revoke Universal Auth Client Secrets for identity
POST
/
api
/
v1
/
auth
/
universal-auth
/
identities
/
{identityId}
/
client-secrets
/
{clientSecretId}
/
revoke
Authorizations
Authorization
string
headerrequiredAn access token in Infisical
Path Parameters
identityId
string
requiredThe ID of the identity to revoke the client secret from.
clientSecretId
string
requiredThe ID of the client secret to revoke.
Response
200 - application/json
clientSecretData
object
requiredWas this page helpful?