---
title: "Delete agent external account"
method: DELETE
path: "/agents/me/external-accounts/{externalAccountId}"
tags: ["Agent Operations"]
---

# Delete agent external account

`DELETE /agents/me/external-accounts/{externalAccountId}`

Delete an external account belonging to the authenticated agent's customer. Requires the MANAGE_EXTERNAL_ACCOUNTS permission in the agent's policy.

## Response `204`

External account deleted successfully

## Other responses

- `401` — Unauthorized
- `404` — External account not found
- `500` — Internal service error

---

[API](https://skmtc.net/stainless-api/apis/grid-api.md) · [All operations](https://skmtc.net/stainless-api/apis/grid-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stainless-api/grid-api/versions/526036c12609/schema)
