---
title: "Delete a connector"
method: DELETE
path: "/v1/connect/connectors/{connector}"
tags: ["connect"]
---

# Delete a connector

`DELETE /v1/connect/connectors/{connector}`

Delete a connector, its project connections, and its installation records.

## Path parameters

- `connector` string, required — Stable connector ID or URL-encoded team-scoped UID. Examples: `scl_abc123` or `slack%2Fmy-bot`.

## Query parameters

- `teamId` string
- `slug` string

## Response `204`

The connector, its project connections, and its installation records were deleted.

## Other responses

- `400` — One of the provided values in the request query is invalid.
- `401` — The request is not authorized.
- `403` — You do not have permission to access this resource.
- `404` — The requested resource was not found.
- `409` — The request conflicts with the current resource state.
- `410` — The requested resource is no longer available.
- `422` — The request cannot be completed in the current state.
- `502` — A dependency returned an invalid or unsuccessful response.

## Changes

- **2026-09-02** `284e10c18f4d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/vercel/apis/api/changes/v1/connect/connectors/:connector/delete.md)

---

[API](https://skmtc.dev/vercel/apis/api.md) · [All operations](https://skmtc.dev/vercel/apis/api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vercel/api/revisions/f2c3b0a5aef3/schema)
