---
title: "Delete Connection Assignment"
method: DELETE
path: "/v2/connection/{id}/assignment/{repl_id}"
---

# Delete Connection Assignment

`DELETE /v2/connection/{id}/assignment/{repl_id}`

Remove a repl assignment from a connection

## Path parameters

- `id` string, required — The id of the connection, starts with `conn_`
- `repl_id` string, required — The repl ID to remove from this connection

## Response `200`

Successful response

- object
  - `id` string, required — The id of the connection, starts with `conn_`
  - `assignments` string[], required

## Other responses

- `400` — Invalid input data
- `401` — Authorization not provided
- `403` — Insufficient access
- `404` — Not found
- `500` — Internal server error

---

[API](https://skmtc.net/openintegrations/apis/openint-api.md) · [All operations](https://skmtc.net/openintegrations/apis/openint-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openintegrations/openint-api/versions/1b84cd7f5c05/schema)
