API Reference

Delete Team

Use to delete a team.

Output Params

Request details

FieldDescriptionValidations and Notes
address
string
The first line of the address associated with the team.- Required.
- Maximum 255 characters.
address_second_line
string
The second line of the address associated with the team.
contact_phone
string
The contact phone number for the team's dispatcher.- Required
- Must be a valid phone number format
country_code
string
The two-letter ISO country code of the team’s location.
default_customer_id
int32
The default customer ID associated with this team.
default_user_id
int32
The default user (driver) ID for this team.
description
string
Additional details about the team.- Max length: 500 characters
distance_pay_per_km
float
The cost per kilometer for the team.
emergency_contact_name
string
The emergency contact for the team.
emergency_contact_phone
string
The phone number of the emergency contact.
external_id
string
Your external system's ID for the team.- Must be unique across teams
extras
object
Internal use or additional configuration data.
franchisee_id
int32
The Bringg ID for the related franchisee.
geohash
string
The geohash of the team's address.
home_area
object
An object containing home areas for the team.
lat
float
The latitude of the team's location.- Auto-populated from address if omitted
lng
float
The longitude of the team's location.- Auto-populated from address if omitted
name
string
The name of the team, such as a store or service area.- Required
- Max length: 255 characters
parent_team_id
int32
The ID of the parent team associated with this team.
printer_type
string
The type of printer used by the team (e.g., 3", A4).
priority
int32
The sequence in which orders are assigned to teams.
service_boroughs
array of strings
An array of boroughs serviced by the team.
service_cities
array of strings
An array of cities serviced by the team.
service_zipcodes
array of strings
An array of ZIP codes serviced by the team.
time_zone
string
The time zone used to manage order timings.- Required
- Valid time zone values only
zipcode
string
The ZIP code of the team's location.

Response and webhook details

ParameterDescription
allow_access_to_all_open_tasks
boolean
Indicates whether drivers receive unassigned tasks.

false - the drivers do not receive unassigned tasks.
true - the drivers do receive unassigned tasks.
beacon_ids
array of strings
An array of beacon IDs associated with the team.
created_at
datetime
The timestamp when the team was created.
default_customer_id
int32
The default customer ID for the team.
default_user_id
int32
The default user (driver) ID for the team.
delete_at
datetime
The timestamp when the team was deleted.
distance_pay_per_km
float
The distance pay per kilometer for the team.
franchisee_id
int32
The Bringg ID for the related franchisee.
id
int32
The unique identifier of the team.
merchant_id
int32
The ID of the company associated with the team.
parent_team_id
int32
The ID of the parent team associated with this team.
updated_at
datetime
The last date and time this team was updated.

Language