# Delete Automation [View original](https://ittybit.cloud/api/automations/delete) `DELETE /automations/{id}` Permanently removes an automation from the system. This action cannot be undone. ### Parameters ```json [ { "$ref": "#/components/parameters/AcceptVersionHeader" }, { "in": "path", "name": "id", "required": true, "schema": { "type": "string", "example": "auto_abcdefgh1234" } } ] ``` ### Responses #### 202 - Accepted **Example:** ```json { "message": "Automation auto_abcdefgh1234 deleted" } ```