ApiManagementUsers
POST
/v1/mgmt/family/dependent/delete

Authorization

Descope Project ID and Management Key
AuthorizationBearer <token>

Project ID:Management Key as bearer token.

In: header

Request Body

application/json

userId?string

the family is inferred from the dependent (dependents belong to a single family)

Delete a dependent (shadow profile) user from a family

curl -X POST "https://api.descope.com/v1/mgmt/family/dependent/delete" \  -H "Content-Type: application/json" \  -d '{}'
{}
export interface Response {}
Was this helpful?