---
title: "Delete a Link Between an Action and an Agent"
method: DELETE
path: "/v1/actions/{action_id}/ai-agents/{agent_id}/link"
tags: ["ActionAgentLink"]
---

# Delete a Link Between an Action and an Agent

`DELETE /v1/actions/{action_id}/ai-agents/{agent_id}/link`

Delete a Link Between an Action and an Agent

## Path parameters

- `action_id` string, required — ID of the action
- `agent_id` string, required — ID of the agent

## Response `200`

Link deleted successfully

- BaseResponse
  - `message` string, required — Address line 1

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/tratahq/apis/trata-ai-api.md) · [All operations](https://skmtc.net/tratahq/apis/trata-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tratahq/trata-ai-api/versions/8f7b69ee5a90/schema)
