---
title: "POST /strategy/update-delegated-withdrawer"
method: POST
path: "/strategy/update-delegated-withdrawer"
tags: ["Strategies"]
---

# POST /strategy/update-delegated-withdrawer

`POST /strategy/update-delegated-withdrawer`

## Request body

- ApiUpdateStrategyDelegatedWithdrawerRequest
  - `delegated_withdrawer` string, nullable — Set to `null` to clear the delegated withdrawer on every fund in the strategy.
  - `strategy_id` string, required

## Response `200`

Delegated withdrawer update jobs submitted successfully

## Other responses

- `400` — Invalid strategy or delegated withdrawer pubkey
- `403` — Organization access denied
- `404` — Strategy not found or access denied
- `500` — Internal server error

---

[API](https://skmtc.net/breeze-baby/apis/breeze-api.md) · [All operations](https://skmtc.net/breeze-baby/apis/breeze-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/breeze-baby/breeze-api/revisions/d0a18846aa92/schema)
