Delete SAML Configuration
Delete SAML Configuration on a Tenant
This SAML SSO Configuration API is designed to delete SAML configuration on a tenant which belongs to a customer.
Request
Operation Endpoint:
DELETE {URL}/api/v1/security/samlconfig/{customeId}/{tenantId}
Where the URL is: https://prod-security-service.reltio.com
Parameter | Required | Description | |
---|---|---|---|
Headers | Content-Type |
Yes | Must be " |
Query | customerId |
Yes | Customer ID |
Query | tenantId |
Yes | Tenant ID |
Response
Success: 200
No Content: 204
Unauthorized: 401
Forbidden: 403