cURL
curl --request DELETE \ --url https://api.example.com/api/work_pools/{work_pool_name}/workers/{name}
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Delete a work pool’s worker
The work pool name
The work pool's worker name
Successful Response
Was this page helpful?