---
title: "Delete a call action"
method: DELETE
path: "/call-actions/{id}"
tags: ["Call Actions"]
---

# Delete a call action

`DELETE /call-actions/{id}`

Permanently deletes a call action. Scoped to the authenticated organization.

## Path parameters

- `id` string, required

## Response `200`

Call action deleted

- object
  - `success` boolean
  - `data` object
    - `message` string

## Other responses

- `400` — Invalid input
- `401` — Unauthorized access
- `404` — Call action not found
- `500` — Internal server error

---

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