DELETE
/v1/mgmt/sso/settings

Delete the current SAML/OIDC configuration settings of a tenant, using a valid management key.

This API endpoint allows you to delete the current SAML/OIDC configuration settings of a tenant.

Use this with caution as this endpoint deletes the configuration and is irreversible.

See also

  • See SSO Configuration for further details on managing SSO Configurations on a tenant.

Endpoint Authentication

Use authorization bearer header with the following format:

Authorization: Bearer \<ProjectId:ManagementKey\>

Try it

/v1/mgmt/sso/settings

The Authorization access token

Authorization

Authorization
Required
Bearer <token>

< Project ID >:< Management Key > as bearer

In: header

Query Parameters

tenantIdstring

Status codeDescription
200OK
curl -X DELETE "https://api.descope.com/v1/mgmt/sso/settings?tenantId=string"
Was this helpful?