AviatoAviato
DeveloperAPI ReferenceAuthIdentity clientsClientidRevoke

/api/auth/identity-clients/{clientId}/revoke

POST
/api/auth/identity-clients/{clientId}/revoke

Path Parameters

clientId*string
Length1 <= length

Response Body

application/json

application/json

application/json

curl -X POST "https://example.com/api/auth/identity-clients/string/revoke"
{
  "success": true
}
{
  "error": "string"
}
{
  "error": "string"
}