Delete client certificates
Hi everyone,
I want to delete some client certificates I created, I found this post https://community.cloudflare.com/t/how-can-i-delete-client-certificates/218549/3 but I don't know how to get certificate_id. Please help me how to get this.
3 Replies
https://developers.cloudflare.com/api/operations/origin-ca-list-certificates
You can do a GET request here you find the API details you need
Cloudflare API Documentation
Interact with Cloudflare's products and services via the Cloudflare API
You can also revoke it via dashboard https://developers.cloudflare.com/ssl/client-certificates/revoke-client-certificate/#revoke-a-client-certificate
Cloudflare Docs
Revoke a client certificate · Cloudflare SSL/TLS docs
You can revoke a client certificate you previously generated with the default Cloudflare Managed CA.
thank you :MeowHeartCloudflare: