Skip to main content
DELETE
/
orgs
/
{org_id}
/
sso
/
profiles
/
{profile_id}
Delete SSO Profile
curl --request DELETE \
  --url https://api.useinvent.com/orgs/{org_id}/sso/profiles/{profile_id} \
  --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

profile_id
string
required

SSO Profile ID

Response

200 - application/json