Tear down organization IdP

DELETE /organizations/{organization_id}/idp

Tear down up an organization's IdP. Currently unavailable in self-hosted ECE.

Path parameters

Responses

  • 200 application/json

    The IdP was successfully removed

  • 404 application/json

    Organization IdP not configured. (code: org.idp.idp_not_configured)

    Hide headers attribute Show headers attribute
    • The error codes associated with the response

      Value is org.idp.idp_not_configured.

    Hide response attribute Show response attribute object
    • errors array[object] Required

      A list of errors that occurred in the failing request

      Hide errors attributes Show errors attributes object
      • code string Required

        A structured code representing the error type that occurred

      • message string Required

        A human readable message describing the error that occurred

      • fields array[string]

        If the error can be tied to a specific field or fields in the user request, this lists those fields

DELETE /organizations/{organization_id}/idp
curl \
 --request DELETE 'https://{{hostname}}/api/v1/organizations/{organization_id}/idp' \
 --user "username:password"
OSZAR »