# Delegate DIPP to Subaccount

Delegates a dedicated IP pool (DIPP) from the parent account to a specified subaccount.
Unlike legacy endpoints, this supports accounts with multiple delegated DIPPs.

Request parameters are encoded as form data.

Endpoint: PUT /v3/ip_pools/{pool_id}/delegate
Version: 3.0.0
Security: basicAuth

## Path parameters:

  - `pool_id` (string, required)
    The ID of the dedicated IP pool to delegate

## Request fields (multipart/form-data):

  - `subaccount_id` (string, required)
    The ID of the subaccount to delegate the pool to

