ApiManagementTenants
POST
/v1/mgmt/tenant/sso-user-remove

Authorization

Descope Project ID and Management Key
AuthorizationBearer <token>

Project ID:Management Key as bearer token.

In: header

Request Body

application/json

tenantId?string

Remove an SSO user from a tenant, using a valid management key.

This API endpoint removes an SSO user's association with a tenant.

See also

curl -X POST "https://api.descope.com/v1/mgmt/tenant/sso-user-remove" \  -H "Content-Type: application/json" \  -d '{}'
Was this helpful?