Skip to content

Delete a user

Request

Delete a User with the option to delete all AssetShares belonging to that user

Security
bearerToken
Bodyapplication/jsonrequired
idstring

The unique ID of the User or the User's email

Example:"cfb665ca-ce35-4418-b9d5-70ee815db4bd"
deleteAssetSharesboolean

Whether to delete all AssetShares belonging to the User

Example:true
curl -i -X POST \
  https://api-v2.dash.app/user-deletes \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{
    "id": "cfb665ca-ce35-4418-b9d5-70ee815db4bd",
    "deleteAssetShares": true
  }'

Responses

Success

Response
No content