Users
Delete Users
Remove Users from an Organization or a Document.
POST
/
v1
/
users
/
delete
Use this API to remove Users from:
- Organization: This will remove their access from all the documents and data in the organization. It will also remove these users from the contact list of the organization.
- Document: This will remove their access from the specified document. It will also remove these users from the contact list of the document. If you pass the
documentId
, then the users will be removed from the document.
Endpoint
POST https://api.velt.dev/v1/users/delete
Headers
x-velt-api-key
string
requiredYour API key.
x-velt-auth-token
string
requiredYour Auth Token.
Body Example
Params
data
object
requiredExample Requests
1. Delete users in a specific organization
2. Delete users in a specific document within an organization
Response
Success Response
User(s) Not Found
Failure Response
Was this page helpful?