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
required

The ID of the robot.

stream
string
required

The source name of the data stream. Special characters such as / must be percent encoded