DELETE
/
applications
/
{app}
/
oidc-clients
/
{client}
curl --request DELETE \
  --url https://api.rownd.io/applications/{app}/oidc-clients/{client} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token> where <token> is your Rownd JWT

Path Parameters

app
string
required

Rownd application ID

client
string
required

OIDC Client ID

Response

204

OIDC client deleted successfully