List all Locations
GET / v1 / terminal / locations
Returns a list of Location objects.
Parameters
No parameters.
More parameters
- ending _ before string
- limit integer
- starting _ after string
Returns
A dictionary with a data property that contains an array of up to limit locations, starting after location starting_after. Each entry in the array is a separate Terminal location object. If no more locations are available, the resulting array will be empty.
Response
Delete a Location
DELETE / v1 / terminal / locations /:id
Deletes a Location object.
Parameters
No parameters.
Returns
Returns the Location object that was deleted.
Response
{ "id": "tml_FBakXQG8bQk4Mm", "object": "terminal.location", "deleted": true}
