cURL
curl --request DELETE \ --url https://{tenant}/api/certs/dependencies/{certId} \ --header 'Authorization: Bearer <token>'
{ "Message": "Certificate dependencies deletion successfully attempted.", "Meta": null, "Status": "OK" }
This endpoint will remove the certificates from any APIs that contains it as an upstream certificates or as a client certificate. It will also remove any key that uses this certificate.
The Tyk Dashboard API Access Credentials
ID of the certificate you want to delete dependencies for.
Dependencies deleted.
Was this page helpful?