curl --request DELETE \
--url http://localhost:3000/api/v1/skills/orchestrator/{name} \
--header 'Authorization: Bearer <token>'{
"ok": true,
"data": {
"removed": "<string>"
}
}curl --request DELETE \
--url http://localhost:3000/api/v1/skills/orchestrator/{name} \
--header 'Authorization: Bearer <token>'{
"ok": true,
"data": {
"removed": "<string>"
}
}