RevokeClientCredential

POST/platform/clientauth/v1/credentials/{credential_id}/revoke

Path Parameters

credential_id*credential_id

The credential_id path parameter.

Query Parameters

org_id?org_id

The org_id query parameter.

Response Body

200application/json

Success

type: unknown

{
  "$ref": "#/components/schemas/google.protobuf.Empty",
  "$ref-value": {
    "type": "object",
    "description": "An empty JSON object."
  }
}
curl -X POST "https://api.rixl.com/platform/clientauth/v1/credentials/Z9Y8X7W6V5/revoke"

Success

application/json

{
  "$ref": "#/components/schemas/google.protobuf.Empty",
  "$ref-value": {
    "type": "object",
    "description": "An empty JSON object."
  }
}