Deactivate a SAML SP certificate (Beta)

View as Markdown
Deactivate a certificate. **Beta**: This documentation describes a public beta feature and is subject to the [Beta features](/docs/sigma-product-releases#beta-features) disclaimer. ### Usage notes - To perform this operation, you must use API credentials owned by a user assigned the Admin account type. - Retrieve the `samlServiceProviderId` by calling the [/saml/service-providers](https://help.sigmacomputing.com/reference/list-saml-service-providers) endpoint. - Retrieve the `samlServiceProviderCertificateId` by calling the [/saml/service-providers/certificates](https://help.sigmacomputing.com/reference/list-saml-service-provider-certificates) endpoint.

Authentication

AuthorizationBearer

OAuth authentication of the form <token>.

Path parameters

samlServiceProviderIdstringRequired
Unique identifier of the SAML service provider
samlServiceProviderCertificateIdstringRequired
Unique identifier of the SAML service provider certificate

Request

The request body.

Response

The SAML service provider certificate was deactivated.