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