# Delete

Launch stage: GA

`POST /api/2.0/instance-pools/delete`

Deletes the instance pool permanently. The idle instances in the pool are terminated asynchronously.

API scopes: instance-pools

## Request body

- `instance_pool_id` (string, optional)
  The instance pool to be terminated.
  Example: `1234-567890-fetch12-pool-A3BcdEFg`

## Response

```json
{}
```

