Clients
Delete Client
DELETE
Authorizations
Path Parameters
Response
200
application/json
Client deleted successfully
Example:
"uuid-123"
Example:
"client_abc123"
Example:
"secret_xyz789"
Example:
"My Client"
Available options:
public
, private
, m2m
Example:
["https://example.com/callback"]
Example:
["openid", "profile"]
Example:
["authorization_code"]
Example:
true
Example:
{
"tokenEndpointAuthMethod": "client_secret_basic",
"accessTokenTTL": 3600
}