These docs are for v2.11. Click to read the latest docs for v2.12.

Delete User

Remove a User from an account.

Sample Response

{
  "user": {
    email: "[email protected]",
    dashboard_role: "Location",
    dashboard_access: "Custom",
    first_name: "John",
    last_name: "Doe",
    title: "CEO",
    fractelfone: "999999999999",
    account_id: "2005559999",
    custom_access: {
      subaccounts: "Add",
      users: "Remove",
      business_objects: "Remove",
      fonenumbers: "Remove",
      billing: "Read",
      call_records: "Read"
    }
  }
}

Response Properties

PropertyTypeDescription
userobjectUser
Language
Credentials
Header
Click Try It! to start a request and see the response here!