Revoke client credential
POST
/platform/clientauth/credentials/{credentialId}/revokeRevoke a client credential owned by the authenticated organization
Authorization
Bearer Authorization<token>
In: header
Path Parameters
credentialId*string
Client credential ID
Response Body
200application/json
OK
type: unknown
{
"$ref": "#/components/schemas/clientauthv1.RevokeClientCredentialResponse",
"$ref-value": {
"type": "object"
}
}curl -X POST "https://api.rixl.com/platform/clientauth/credentials/string/revoke"OK
application/json
{
"$ref": "#/components/schemas/clientauthv1.RevokeClientCredentialResponse",
"$ref-value": {
"type": "object"
}
}