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