Skip to main content

Remove calling station

DELETE 

/stores/:storeId/calling-stations

Remove a calling station from a store.

Request

Path Parameters

    storeId stringrequired

    The ID of the store to update calling stations

Query Parameters

    callingStationId uuidrequired

Responses

Calling station removed

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