---
title: "Remove automation"
method: DELETE
path: "/v1/automations/{id}"
tags: ["Automation"]
---

# Remove automation

`DELETE /v1/automations/{id}`

Deletes an automation by marking it as deleted (soft delete). Users can only delete automations they have created or have permission to manage.

## Path parameters

- `id` string, required

## Response `200`

Automation successfully deleted

## Other responses

- `401` — User is not authenticated
- `403` — User does not have sufficient permissions
- `404` — Automation not found

---

[API](https://skmtc.net/timesheet/apis/timesheet-api.md) · [All operations](https://skmtc.net/timesheet/apis/timesheet-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/timesheet/timesheet-api/revisions/fbe59bacb638/schema)
