Skip to main content

Delete a store by ID

DELETE 

/stores/:id

Delete a store.

Request

Path Parameters

    id stringrequired

    The ID of the store to retrieve, update or delete

Responses

Store deleted

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