IoT Stadium

API Documentation

Automation

Automation - Delete Automation

Deleting automations

Delete
https://api.iotstadium.com/ext/automations/:id

Parameter

Field Type Description
id Number

The ID of the automation that you want to delete

{
    "message": "automation deleted",
    "data": {
        "id": "983"
    },
    "code": 200
}
{
    "message": "data not found",
    "errors": [
        {
            "message": "data not found",
            "field": "automation"
        }
    ],
    "code": 404
}