Data
Delete a data stream
This endpoint deletes a data stream for a robot.
curl --request DELETE https://api.airbotics.io/robots/robot0/%2Fturtle1%2Fcmd_vel \
--header 'content-type: application/json' \
--header 'air-api-key: <token>'
{
"message": "You have deleted the data stream from that robot."
}
Path parameters
id
string
requiredThe ID of the robot.
stream
string
requiredThe source name of the data stream. Special characters such as /
must be percent encoded
curl --request DELETE https://api.airbotics.io/robots/robot0/%2Fturtle1%2Fcmd_vel \
--header 'content-type: application/json' \
--header 'air-api-key: <token>'
{
"message": "You have deleted the data stream from that robot."
}