Platform API for deleting an OIDC client for an application
curl --request DELETE \ --url https://api.rownd.io/applications/{app}/oidc-clients/{client} \ --header 'Authorization: Bearer <token>'
Bearer authentication header of the form Bearer <token> where <token> is your Rownd JWT
Bearer <token>
<token>
Rownd application ID
OIDC Client ID
OIDC client deleted successfully