Skip to main content
POST
Delete (deactivate) a member from your organization. This removes the member’s access and marks their account as inactive.
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

Alternatively, delete multiple members at once:
uid
string
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).
uids
array
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

  1. Account Deactivation: The member’s account is marked as inactive/deleted
  2. Access Removed: The member loses access to the organization and mobile app
  3. Data Preserved: Historical data (jobs, locations, reports) remains intact
  4. Reactivation Possible: If you create a member with the same username later, the account can be reactivated

Permissions

  • Edit Permission Required: You must have edit permissions for the member. This includes company owners/admins and dispatchers where their account relationship permits editing.
  • Cannot Delete Company: You cannot delete the company account itself

Batch Deletion

When using the uids 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
integer
required
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.