Delete a client certificate versionCopy Pagedelete https://{hostname}/mtls-origin-keystore/v1/client-certificates/{certificateId}/versions/{version}Path ParamscertificateIdintegerrequiredversionintegerrequiredQuery ParamsaccountSwitchKeystringHeadersacceptstringenumDefaults to application/jsonapplication/jsonapplication/problem+jsontext/htmlAllowed:application/jsonapplication/problem+jsontext/htmlResponses 202The request to delete the client certificate version has been accepted. The version is now in DELETE_PENDING state and will be deleted shortly. New activations of property manager configuration referencing a certificate version in its deletion grace period will cancel the deletion and revert the version to DEPLOYED. 204The request to delete the client certificate version is pending. To check status and scheduled delete date, you can run the Get a client certificate version operation. The status displays DELETE_PENDING until the version deletes. 400Bad request. 401Unauthorized. 403Forbidden. 404Not found. 405Method not allowed. 409Conflict. 415Unsupported media type. Wrong Content-Type header. 429Too Many Requests. 500Internal server error.Updated about 2 months ago