Skip to main content
POST
/
orgs
/
{org_id}
/
sso
/
domains
/
{domain_id}
/
code
Request SSO Domain Deletion Code
curl --request POST \
  --url https://api.useinvent.com/orgs/{org_id}/sso/domains/{domain_id}/code \
  --header 'Authorization: Bearer <token>'
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

Response

200 - application/json