Delete SAML IdP Configuration
Deletes the SAML-based Identity Provider configuration for the Tenant identified by the application name, disabling authentication for the specified application.
Deletes the SAML-based Identity Provider configuration for the Tenant identified by the application name, disabling authentication for the specified application.
Authorization
M2MBearerToken M2M Token for authentication
In: header
Path Parameters
The SAML App identifier
Response Body
application/json
application/json
application/json
application/json
curl -X DELETE "https://api.loginradius.com/v2/manage/saml-clients/my-saml-app"{
"IsDeleted": true
}{
"Message": "Access Unauthorized",
"Description": "Access Unauthorized, please use valid authorization to access this endpoint.",
"ErrorCode": 6002
}{
"Description": "Security Assertion Markup Language (SAML) configuration is not configured or the resource does not exist.",
"ErrorCode": 7938,
"Message": "SAML configuration not found"
}{
"Message": "Operation failed due to an internal error.",
"Description": "An unknown internal error occurred, please try again in a few minutes or contact your system administrator.",
"ErrorCode": 7909
}Retrieve SAML IdP client configuration by app name GET
Retrieves the SAML-based Identity Provider configuration details for the Tenant using the application name, including metadata and settings.
Update SAML IdP client configuration by app name PUT
Updates an existing SAML-based Identity Provider configuration for the Tenant identified by the application name, modifying necessary settings.