This function allows you to remove your set Saml Service Provider Configuration in Keep. Please Note: You must be logged into the Root Instance to use this method. Returns (Task)
Name | Description |
---|
Example in C#
// Returns: nothing
await client.DeleteSamlServiceProviderConfigurationAsync();
Example in CURL
curl -X DELETE \
https://api.us.acresecurity.cloud/saml/admin/spconfig \
-H 'Authorization: Bearer TOKEN_GOES_HERE' \
-H 'Content-Type: application/json'