Tear down organization IdP
Tear down up an organization's IdP. Currently unavailable in self-hosted ECE.
Path parameters
-
organization_id
string Required Identifier for the Organization
DELETE
/organizations/{organization_id}/idp
curl \
--request DELETE https://api.elastic-cloud.com/api/v1/organizations/{organization_id}/idp
Response examples (200)
{}
Response examples (404)
# Headers
x-cloud-error-codes: org.idp.idp_not_configured
# Payload
{
"errors": [
{
"code": "string",
"message": "string",
"fields": [
"string"
]
}
]
}