Delete SSO Configuration¶
GET /api/v1/sso/saml_delete/{sso_uuid}
Overview¶
Delete an SSO login configuration
Route Parameters¶
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| sso_uuid | string | Y | SSO configuration item id |
Query Request Parameters¶
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| needNotify | string | Whether to send an email notification for SSO configuration deletion, default is true; passing false only suppresses email notification, does not affect configuration deletion and audit records Example: true Allow empty: False Allowed values: ['true', 'false'] |
Parameter Additional Notes¶
Request Example¶
curl 'https://openapi.guance.com/api/v1/sso/saml_delete/sso_xxxx32' \
-H 'DF-API-KEY: <DF-API-KEY>' \
--compressed