Skip to main content

Delete a buffer location by ID

DELETE 

/buffer-locations/:id

Delete a buffer location.

Request

Path Parameters

    id stringrequired

    The ID of the buffer location to retrieve, update or delete

Responses

Buffer location deleted

Schema
    _id uuid
    name string
    location string
    type string

    Possible values: [pickup, dropoff]

    properties object
    loads object[]
  • Array [
  • _id uuid
    name string
    setName string
    loadType string
    maxWeight number
    loadPositions string[]
    properties object
    createdAt date-time
    updatedAt date-time
  • ]
  • storeId uuid
    createdAt date-time
    updatedAt date-time
Loading...