cURL
curl --request DELETE \ --url https://functions.siro.ai/api-externalApi/v1/core/oauth/apps/{clientId} \ --header 'Authorization: Bearer <token>'
{ "clientId": "<string>" }
This endpoint will soft-delete an oauth app and revoke all associated tokens.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Delete an OAuth application by id.