Commands
Delete a command
This endpoint deletes a command.
curl --request DELETE https://api.airbotics.io/commands/00000000-0000-0000-0000-000000000000 \
--header 'content-type: application/json' \
--header 'air-api-key: <token>'
{
"message": "You have deleted that command."
}
Path parameters
id
string
requiredThe ID of the command.
curl --request DELETE https://api.airbotics.io/commands/00000000-0000-0000-0000-000000000000 \
--header 'content-type: application/json' \
--header 'air-api-key: <token>'
{
"message": "You have deleted that command."
}