Delete an Identity Provider
To delete an IDP, perform a DELETE
request with the identityProviderId
of the IDP.
Endpoint
Use the following endpoint to delete an IDP: https://iam.ionos.com/federation/identityproviders/{identityProviderId}
.
Request
curl --X \
--request DELETE 'https://iam.ionos.com/federation/identityproviders/5e6323da-8a45-5732-bec1-d7c29c1dc890' \
--header 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJraWQiO' \
--header 'Content-Type: application/json' \
Below is the list of mandatory path parameter:
Body Parameters
Type
Description
Example
identityProviderId
string
The ID (UUID) of the IdentityProvider.
5e6323da-8a45-5732-bec1-d7c29c1dc890
Response
202 Successful operation
Last updated
Was this helpful?