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 |
Parameter Supplementary Description¶
Request Example¶
curl 'https://openapi.truewatch.com/api/v1/sso/saml_delete/sso_xxxx32' \
-H 'DF-API-KEY: <DF-API-KEY>' \
--compressed