Skip to main content

Remove buffer location

DELETE 

/stores/:storeId/buffer-locations

Remove a buffer location from a store.

Request

Path Parameters

    storeId stringrequired

    The ID of the store to update buffer locations

Responses

Buffer location removed

Schema
    _id uuid
    name string
    username string
    bufferLocations uuid[]
    callingStations uuid[]
    properties object
    createdAt date-time
    updatedAt date-time
Loading...