Get CA set delete statusAsk AIget https://{hostname}/mtls-edge-truststore/v2/ca-sets/{caSetId}/status/deleteRetrieves the status of a CA set deletion request, including its progress, overall status, and any network-specific failures.Path ParamscaSetIdstringrequiredIdentifies each CA set.Query ParamsaccountSwitchKeystringFor customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.HeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsonapplication/problem+jsonAllowed:application/jsonapplication/problem+jsonResponses 200List latest completed, either succeeded or failed, deletion requests for the CA set. 202List ongoing deletion requests for the CA set. 207List latest completed, either succeeded or failed, deletion requests for the CA set. 401Unauthorized. 403Forbidden. 404Not found. CA set is not found. 405Method not allowed. 406Not acceptable. 429Too Many Requests. 500Internal server error. 503Service Unavailable.Updated about 1 month ago