# Remove IP assignment from app (/apps/App_IPAssignments_delete)

`DELETE /apps/{app_name}/ip_assignments/{ip}`

## Parameters

| Name | In | Type | Required | Description |
| --- | --- | --- | --- | --- |
| `app_name` | path | `string` | Yes | Fly App Name |
| `ip` | path | `string` | Yes | IP address |

## Responses

| Status | Description | Schema |
| --- | --- | --- |
| `204` | No Content |  |

The full machine-readable OpenAPI spec is available at /openapi.json.