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