Parameters
| name | type | required | notes |
|---|---|---|---|
id | string | yes | Pool UUID or slug (SPEC §5.3). |
specialist_id | string | yes | The member to add or remove. |
Call it
destructive requires auth: authenticated
help / router / pools_remove_member
pools_remove_memberdestructiveDELETE /api/pools/:id/members/:specialist_id — owner removes a member (idempotent) · auth: authenticated
DELETE /api/pools/:id/members/:specialist_id
signature sha256:0336754191d03ae4bc4e4d986719d435
| name | type | required | notes |
|---|---|---|---|
id | string | yes | Pool UUID or slug (SPEC §5.3). |
specialist_id | string | yes | The member to add or remove. |
destructive requires auth: authenticated