---
title: Delete
url: https://www.tines.com/docs/api/stories/actions/delete/
updated: 2026-03-09T14:32:34+00:00
description: Delete a specific action.
---

*[tines.com](https://www.tines.com/llms.txt) › [Docs](https://www.tines.com/llms.txt) › [Tines API](https://www.tines.com/llms.txt) › [Stories](https://www.tines.com/llm/docs/api/stories.md) › [Actions](https://www.tines.com/llm/docs/api/stories/actions.md)*

# Delete

*[View on tines.com](https://www.tines.com/docs/api/stories/actions/delete/)*

## Description

Delete a specific action.

## Request

HTTP Method: **DELETE**

| Parameter | Description      |
| --------- | ---------------- |
| action_id | ID of the action |

```bash
curl -X DELETE \
  https://<tenant-domain>/api/v1/actions/<<action_id>> \
  -H 'content-type: application/json' \
  -H 'Authorization: Bearer <<CREDENTIAL.tines_api_key>>'
```

## Response

A successful request will return an empty response with a `204` status code.
