cURL
curl --request DELETE \ --url https://us.infisical.com/api/v1/cert-manager/syncs/{pkiSyncId}/certificates \ --header 'Content-Type: application/json' \ --data ' { "certificateIds": [ "3c90c3cc-0d44-4b50-8888-8dd25736052a" ] } '
{ "removedCount": 123 }
Remove certificates from a PKI Sync.
1
Default Response
Was this page helpful?