---
title: "Detach an action"
method: POST
path: "/actions/detach"
---

# Detach an action

`POST /actions/detach`

## Headers

- `Authorization` string, required

## Request body

- object
  - `model_id` string, required — The ID of the agent you want to detach an action from.
  - `actions` string[] — To find an action's ID, go to its page in your Synthflow dashboard.

## Response `200`

200

- DetachActionResponse200
  - `status` string — Whether the request was successful.
  - `response` ActionsDetachPostResponsesContentApplicationJsonSchemaResponse

## Other responses

- `400` — 400

---

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