---
title: "POST /unregister-connector"
method: POST
path: "/unregister-connector"
---

# POST /unregister-connector

`POST /unregister-connector`

Unregisters the custom connector registered in your account that matches the connector label provided in the request.

## Request body

- object
  - `connectorLabel` string, required — The label of the connector. The label is unique for each <code>ConnectorRegistration</code> in your Amazon Web Services account.
  - `forceDelete` boolean — Indicates whether Amazon AppFlow should unregister the connector, even if it is currently in use in one or more connector profiles. The default value is false.

## Response `200`

Success

- UnregisterConnectorResponse

## Other responses

- `480` — ResourceNotFoundException
- `481` — ConflictException
- `482` — InternalServerException

---

[API](https://skmtc.net/aws/apis/appflow.md) · [All operations](https://skmtc.net/aws/apis/appflow/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/appflow/versions/a56dde8bf1e0/schema)
