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.
The Tyk Dashboard API Access Credentials
The API’s ID.
The client ID.
Deleted successfully.
Was this page helpful?