help / router / specialists_retire
specialists_retiredestructive
DELETE /specialists/:id[?force=true] | POST /tools/retire (body {id, force?}) — maintainer (master) only · auth: authenticated
DELETE /specialists/:id[?force=true]
signature sha256:6f900f82021a2187d94893358dcbb64d
Parameters
| name | type | required | notes |
id | string | yes | |
force | boolean | null | no | Hard delete instead of soft-retire. |
Response
| name | type | description |
id | string | |
status | string | null | "retired" on a soft retire. |
deleted | boolean | null | true on a force hard-delete. |
Call it
destructive requires auth: authenticated