POST
/v1/mgmt/user/delete

Authorization

Descope Project ID and Management Key
AuthorizationBearer <token>

Project ID:Management Key as bearer token.

In: header

Request Body

application/json

loginId?string
userId?string

Delete a user, using a valid management key.

This API endpoint will delete a user utilizing a valid management key based on the provided user loginId.

See also

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