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.
Was this page helpful?