Skip to main content
DELETE
Revoke an API client
Revokes a client app and all of its secrets immediately. This cannot be undone.

Authorizations

x-siro-auth-token
string
header
default:<access-token>
required

Access token from POST https://auth.siro.ai/oauth2/token (client_credentials), or a Siro OAuth access token. Send x-siro-auth-token: <access-token>.

Path Parameters

organizationId
string
required

The organization this client belongs to.

clientId
string
required

The id of the API client.

Response

Revoke an API client

data
object
required
cursor
pageSize
number
limit
number
total
number | null
hasNextPage
boolean