---
title: "DELETE /v1/private-connections/{name}"
method: DELETE
path: "/v1/private-connections/{name}"
---

# DELETE /v1/private-connections/{name}

`DELETE /v1/private-connections/{name}`

Deletes a Private Connection. The deletion is asynchronous and returns DELETE_IN_PROGRESS status.

## Path parameters

- `name` string, required — Unique name for a Private Connection within an account.

## Response `200`

Success

- DeletePrivateConnectionOutput — Output containing the status of the Private Connection deletion.
  - `name` string, required — The name of the Private Connection.
  - `status` 'ACTIVE' | 'CREATE_IN_PROGRESS' | 'CREATE_FAILED' | 'DELETE_IN_PROGRESS' | 'DELETE_FAILED', required — The status of the Private Connection.

## Other responses

- `480` — ValidationException
- `481` — ContentSizeExceededException
- `482` — ServiceQuotaExceededException
- `483` — ConflictException
- `484` — InternalServerException
- `485` — AccessDeniedException
- `486` — ResourceNotFoundException
- `487` — ThrottlingException
- `488` — InvalidParameterException

---

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