---
title: "Remove External Account Links"
method: POST
path: "/removeExternalAccountLink"
tags: ["External Account Links"]
---

# Remove External Account Links

`POST /removeExternalAccountLink`

Use the Remove External Account Link endpoint to remove a link to an account created by <a href="ref:paymenthub_post_createexternalaccountlink" target="_blank">Create External Account Link</a>.

## Headers

- `Authorization` string, required

## Request body

- object
  - `accountNo` string, required — The <<glossary:PRN>> from which to remove the external account link. Pattern: PRN Example: `"074103447228"`
  - `externalAccountLinkId` string, required — Unique identifier for the specific external account link to remove. Pattern: 1–40 digits Example: `"0359320859384728394827182394832834"`

## Response `200`

Successful Response

- object
  - `externalAccountLinkId` string, required — Unique identifier that identifies the external account link in the system.

## Other responses

- `400` — Bad Request
- `401` — No valid API credentials provided.
- `403` — The provided API credential does not allow this operation.
- `404` — Not Found
- `422` — Validation Error
- `429` — Too many requests.
- `500` — Internal Server Error
- `502` — Bad Gateway.
- `503` — Service Unavailable.

---

[API](https://skmtc.net/galileo-ft/apis/program-api.md) · [All operations](https://skmtc.net/galileo-ft/apis/program-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/galileo-ft/program-api/versions/bcd728f97a18/schema)
