Delete IdP initiated auth config

DELETE /api/sso-connectors/{id}/idp-initiated-auth-config

Delete the IdP initiated authentication config of the given SAML SSO connector.

Path parameters

  • id string Required

    The unique identifier of the sso connector.

Responses

  • The IdP initiated auth config has been deleted.

  • Bad Request

  • Unauthorized

  • Forbidden

  • IdP initiated auth config not found for the given SSO connector.

DELETE /api/sso-connectors/{id}/idp-initiated-auth-config
curl \
 -X DELETE https://[tenant_id].logto.app/api/sso-connectors/{id}/idp-initiated-auth-config \
 -H "Authorization: Bearer $ACCESS_TOKEN"