Delete a User and delete all AssetShares belonging to that user
Security
bearerToken
The unique ID of the User or the User's email
- Productionhttps://api-v2.dash.app/users/{id}
- Staginghttps://api-v2.dashstaging.app/users/{id}
curl -i -X DELETE \
'https://api-v2.dash.app/users/{id}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'