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 uuid[]
    storeId uuid
    createdAt date-time
    updatedAt date-time
Loading...