Skip to main content
DELETE
/
orgs
/
{org_id}
/
sso
/
domains
/
{domain_id}
Delete SSO Domain
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

Authorizations

Authorization
string
header
required

Bearer token authentication using your API key

Path Parameters

org_id
string
required

Org ID

domain_id
string
required

SSO Domain ID

Body

Confirm the deletion code and delete the SSO domain

code
integer
required

6-digit deletion code received via email

Required range: 100000 <= x <= 999999

Response

200 - application/json