DeleteIdPConfigurationAsync

This function allows you to get your set Saml Identity Provider Configuration in Keep. Note: This works off the instance you are logged into. Returns (Task)

Name Description

Delete Id PConfiguration Async

Example in C#

// Returns: nothing
await client.DeleteIdPConfigurationAsync();

Example in CURL



           curl -X DELETE \
               https://keepapi.feenicshosting.com/saml/admin/idpconfiguration \
               -H 'Authorization: Bearer TOKEN_GOES_HERE' \
               -H 'Content-Type: application/json'