cURL
curl --request DELETE \ --url https://{tenant}/tyk/certs/{certID} \ --header 'X-Tyk-Authorization: <api-key>'
{ "message": "removed", "status": "ok" }
Delete certificate by ID.
Api key
Certificate ID to be deleted.
Organisation ID to delete the certificates from.
Deleted certificate.
Was this page helpful?