Delete account user
Remove a user's membership from the company's account.
IMPORTANT: When removing a user from the organization, they will lose access to all resources, such as documents and templates. However, the documents created by them will remain in the organization and continue to be accessible to other members.
Delete user
DELETE
https://api.zapsign.com.br/api/v1/users/{{user_email}}/
In the endpoint above, replace {{user_email}}
with the email of the user you wish to remove from the organization.
Headers
Name
Type
Description
Authorization*
string
apiToken ahead of the "Bearer" text.
Ex: Bearer c7f35c84-7893-4087-b4fb-d1f06c23
Last updated
Was this helpful?