Remove a certificateCopy Pagedelete https://{hostname}/sso-config/v1/idps/{entityId}/certificates/{certificateId}This operation deletes the certificate from your account's IdP.Path ParamscertificateIdstringrequiredUnique identifier for the certificate. To get the credentialId value, run the List certificates operation.entityIdstringrequiredUnique identifier for your account's IdP. For details, see Get started.Query ParamsaccountSwitchKeystringRuns the operation from another account. The Identity and Access Management API provides a list of available account switch keys.HeadersacceptstringenumDefaults to application/problem+jsonGenerated from available response content types*/*application/problem+jsonAllowed:*/*application/problem+jsonResponses 204The 204 response confirms the certificate was successfully deleted. 400Bad request. 401Unauthorized. 403Forbidden. 404Resource not found. 405Method not allowed. 406Not acceptable. 415Unsupported media type. 500Internal server error. 503Service temporarily unavailable.Updated 2 months ago