---
title: "Delete an Ip"
method: DELETE
path: "/ips/{id}"
tags: ["IPs"]
---

# Delete an Ip

`DELETE /ips/{id}`

Delete an IP.

## Path parameters

- `id` string, uuid, required

## Response `200`

Successful response with details about an IP.

- object
  - `data` Ip
    - `id` string — Identifies the type of resource.
    - `record_type` string — Identifies the type of the resource.
    - `connection_id` string — ID of the IP Connection to which this IP should be attached.
    - `ip_address` string — IP adddress represented by this resource.
    - `port` integer — Port to use when connecting to this IP.
    - `created_at` string — ISO 8601 formatted date indicating when the resource was created.
    - `updated_at` string — ISO 8601 formatted date indicating when the resource was updated.

## Other responses

- `400` — Bad request, the request was unacceptable, often due to missing a required parameter.
- `401` — Unauthorized
- `403` — The user doesn't have the required permissions to perform the requested action.
- `404` — The requested resource doesn't exist.

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/versions/8f5f4e537994/schema)
