Robots
Delete a robot
This endpoint deletes a robot.
curl --request DELETE https://api.airbotics.io/robots/robot0 \
--header 'content-type: application/json' \
--header 'air-api-key: <token>'
{
"message": "You have deleted that robot."
}
Path parameters
id
string
requiredThe ID of the robot.
curl --request DELETE https://api.airbotics.io/robots/robot0 \
--header 'content-type: application/json' \
--header 'air-api-key: <token>'
{
"message": "You have deleted that robot."
}