Drive > Users

Delete user

Deletes a drive user resource. Also removes all access, share links and invitations associated with the user.

delete/2/drive/{drive_id}/users/{user_id}

Path parameters

drive_idinteger required

Drive identifier

user_idinteger required

User Identifier

Request body

notifyboolean

Whether the deleted user should be notified by email, false by default.

Response

OK

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

databoolean

Example response

{
  "result": "success"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.