cURL
curl --request DELETE \ --url https://{tenant}/tyk/certs/{certID} \ --header 'X-Tyk-Authorization: <api-key>'
{ "message": "removed", "status": "ok" }
Delete certificate by ID.
Was this page helpful?