Users
Delete Users
Remove Users from an Organization or a Document.
POST
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
Your API key.
Your Auth Token.
Body Example
Params
Example 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?