Users
Delete All User Data (GDPR)
Remove All User data from Velt.
POST
/
v1
/
users
/
data
/
delete
Use this API to remove all user data from Velt. This will:
- remove their access from all the documents and data in the organization.
- remove them from @mention contact dropdown list.
- remove them from @mentions where they were tagged.
- remove all feature data created by the user. eg: comments, reactions, notifications etc.
Endpoint
POST https://api.velt.dev/v1/users/data/delete
Headers
x-velt-api-key
string
requiredYour API key.
x-velt-auth-token
string
requiredYour Auth Token.
Body Example
Params
data
object
requiredExample Request
Response
Success Response
User(s) Not Found
Failure Response
Was this page helpful?