Skip to main content

Delete a robot by ID

DELETE 

/robots/:id

The Delete Robot request allows you to remove a robot from ANSCER FMS.

Request

Path Parameters

    id stringrequired

    The ID of the robot to retrieve, update or delete

Responses

Robot deleted

Schema
    _id uuid
    manufacturer string
    serialNumber string
    robotStatus string

    Possible values: [pending, active, inactive]

    createdAt date-time
    updatedAt date-time
Loading...