cURL
curl --request DELETE \ --url https://api.example.com/v1/core/oauth/apps/{clientId} \ --header 'Authorization: Bearer <token>'
{ "clientId": "<string>" }
This endpoint will soft-delete an oauth app and revoke all associated tokens. Note: this endpoint is only available to select customers at this time.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Delete an OAuth application by id.