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

# 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.net/synthflow/apis/platform-api.md) · [All operations](https://skmtc.net/synthflow/apis/platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/synthflow/platform-api/versions/decb652b52e0/schema)
