Delete a User
Summary
Removes a user from your site. Only site administrators can remove users, and they can remove any user account on the site.
Endpoint
GET https://mysite.files.com/v1.2/deleteUser
Replace mysite.files.com with your site address.
Request Parameters
| Name | Data Type | Description |
|---|---|---|
access_token | string | Required. The session key that identifies which user is authenticated. Either an access token returned by the authenticateUser function, or a Files.com user API Key. |
username | string | Required. Username of the user to delete. |