cURL
curl --request DELETE \ --url https://{tenant}/api/apis/oauth/{apiId}/{clientId} \ --header 'Authorization: Bearer <token>'
{ "Message": "OAuth client deleted successfully.", "Meta": null, "Status": "OK" }
You can delete an OAuth client using this endpoint. Please note that tokens issued with the client ID will still be valid until they expire.
Was this page helpful?