---
title: "Deletes the specified automation for a given project."
method: DELETE
path: "/projects/{projectId}/automations/{automationId}"
tags: ["projectAutomations"]
---

# Deletes the specified automation for a given project.

`DELETE /projects/{projectId}/automations/{automationId}`

Deletes the specified automation for a given project.
            Also deletes all actions connected to the automation.
            The user needs to be the owner of the project or have 'write' permissions of
            the feature 'project-master-data' globally or in the project.
            Automations created from a workflow cannot be deleted via this endpoint.

<Check title="Required Permissions" icon="key">Any authenticated user.</Check>

## Path parameters

- `automationId` string, uuid, required
- `projectId` string, uuid, required

## Headers

- `Authorization` string, required

## Response `204`

No Content

- object

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/awork-io/apis/api-v1-reference.md) · [All operations](https://skmtc.net/awork-io/apis/api-v1-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/awork-io/api-v1-reference/versions/f784a53f60df/schema)
