---
title: "Delete Automation"
method: DELETE
path: "/api/v1/automations/{id}"
tags: ["Automations"]
---

# Delete Automation

`DELETE /api/v1/automations/{id}`

Delete an automation by its unique identifier, removing it and its associated triggers.

## Path parameters

- `id` string, required — The unique identifier of the automation to delete.

## Request body

- C1ApiAutomationsV1DeleteAutomationRequestInput — The DeleteAutomationRequest message.

## Response `200`

Successful response

- C1ApiAutomationsV1DeleteAutomationResponse — The DeleteAutomationResponse message.

## Changes

- **2025-05-30** `d5c56e8615fe` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/conductorone/apis/c1-api/changes/api/v1/automations/:id/delete.md)

---

[API](https://skmtc.dev/conductorone/apis/c1-api.md) · [All operations](https://skmtc.dev/conductorone/apis/c1-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/conductorone/c1-api/revisions/f2cf3228f366/schema)
