Delete SAML SSO Login Configuration¶
GET /api/v1/sso/saml_delete/{sso_uuid}
Overview¶
Delete a SAML SSO login configuration
Route Parameters¶
Parameter Name | Type | Required | Description |
---|---|---|---|
sso_uuid | string | Y | ID of the SSO configuration item |
Additional Parameter Notes¶
Request Example¶
curl 'https://openapi.guance.com/api/v1/sso/saml_delete/sso_xxxx32' \
-H 'DF-API-KEY: <DF-API-KEY>' \
--compressed