Permanent Action: Deleted members lose access to the organization. Their historical data (jobs, tracks, etc.) is preserved but the account is deactivated. Consider carefully before deleting.
REQUEST
UID of the member to delete. Required unless using
uids
for batch deletion.The member must not be a company account (cannot delete the company itself).Array of member UIDs to delete multiple members at once. Alternative to
uid
for batch operations.Example: ["abc123", "def456", "ghi789"]
What Happens When You Delete a Member
- Account Deactivation: The member’s account is marked as inactive/deleted
- Access Removed: The member loses access to the organization and mobile app
- Data Preserved: Historical data (jobs, locations, reports) remains intact
- Reactivation Possible: If you create a member with the same username later, the account can be reactivated
Permissions
- Administrators Only: Only administrators and company owners can delete members
- Edit Permission Required: You must have edit permissions for the member
- Cannot Delete Company: You cannot delete the company account itself
Batch Deletion
When using theuids
array:
- All specified members are deleted in a single operation
- Members you don’t have permission to delete are skipped (no error)
- Useful for bulk cleanup or offboarding multiple employees
RESPONSE
Status code.
0
indicates success.Examples
Reactivation: If you later create a member with the same username using Create Member, the previously deleted account will be reactivated with its history intact.
Related Endpoints
- Get Members - Retrieve member information
- Create Member - Add new members (can reactivate deleted ones)
- Edit Member - Update member properties