v1
latestOpenAPI 3.0.02026-07-135965404.0 KBUsers
Delete a user
Delete a user from the account. Deleting a user does NOT delete any files from the account; it merely removes a user's access. Aternatively, locking a user via the PATCH /users/{id} will keep the user in your account, but make it unable to log in.
Resources and shares owned by the deleted user will be owned by the master user after the deletion.
Notes:
- You must have admin-level access to delete a user.
- The primary owner of the account cannot be deleted.
delete/users/{id}
Headers
ev-api-keystring required
API Key required to make the API call.
ev-access-tokenstring required
Example:19853ef63a0bc348024a9e4cfd4a92520d2dfd04e88d8679fb1ed6bc551593d1
Access token required to make the API call.
Response
Successful Operation
Example response
{
"responseStatus": 200,
"data": []
}