Confirm the 6-digit deletion code and delete the SSO domain. Cascades to any SSO configuration attached to it.
curl --request DELETE \
--url https://api.useinvent.com/orgs/{org_id}/sso/domains/{domain_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"code": 549999
}'nullBearer token authentication using your API key
Confirm the deletion code and delete the SSO domain
6-digit deletion code received via email
100000 <= x <= 999999Was this page helpful?
curl --request DELETE \
--url https://api.useinvent.com/orgs/{org_id}/sso/domains/{domain_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"code": 549999
}'null