Skip to content

Delete a User

Request

Delete a User and delete all AssetShares belonging to that user

Security
bearerToken
Path
idstringrequired

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

curl -i -X DELETE \
  'https://api-v2.dash.app/users/{id}' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Success

Response
No content