Skip to main content

Remove Identity Provider (IDP)

DELETE 

https://$CUSTOM-DOMAIN/management/v1/idps/:idpId

deprecated

Removes the identity provider permanently. All links to the given IDP on users will be deleted as well. They will not be able to log in with the provider afterward. If it is their only authentication possibility it might cause problems.

Request​

Path Parameters

    idpId stringrequired

Header Parameters

    x-zitadel-orgid string

    The default is always the organization of the requesting user. If you like to get/set a result of another organization include the header. Make sure the user has permission to access the requested data.

Responses​

A successful response.

Schema

    object

curl -L -X DELETE 'https://$CUSTOM-DOMAIN/management/v1/idps/:idpId' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Base URL
https://$CUSTOM-DOMAIN/management/v1
Auth
Parameters
— pathrequired
— header
ResponseClear

Click the Send API Request button above and see the response here!