---
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

## Changes

- **2026-08-22** `292b6010eb31` — 1 info
  - api tag `` removed

[Change history](https://skmtc.dev/synthflow/apis/platform-api/changes/actions/detach/post.md)

---

[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/292b6010eb31/schema)
