Skip to main content

Delete a calling station by ID

DELETE 

/calling-stations/:id

The Delete Calling Station request allows you to remove a calling station from ANSCER FMS.

Request

Path Parameters

    id stringrequired

    The ID of the calling station to retrieve, update or delete

Responses

Calling Station deleted

Schema
    _id uuid
    name string

    Possible values: >= 3 characters and <= 50 characters

    username string

    Possible values: >= 5 characters and <= 50 characters

    locations string[]
    approvalRequired boolean
    sku string[]
    load object
    alias object
    property name* string
    stationType string

    Possible values: [web, physical]

    requestType string

    Possible values: [pickup, dropoff, empty]

    storeId uuid
    createdAt date-time
    updatedAt date-time
Loading...