---
title: "Deletes an action for a project automation."
method: DELETE
path: "/projects/{projectId}/automations/{automationId}/actions/{actionId}"
tags: ["projectAutomations"]
---

# Deletes an action for a project automation.

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

Deletes an action for an automation including all its values. Actions of automations created from a workflow cannot be deleted.
            <Check title="Required Permissions" icon="key">The user must be owner of the project or must have `project-master-data:write` permissions on the specified project.</Check>

## Path parameters

- `projectId` string, uuid, required
- `automationId` string, uuid, required
- `actionId` 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)
