Delete a worker template
DELETE/api/workers/{workerId}
Soft-delete a worker template so it no longer appears in list or retrieve endpoints. Tasks, turns, files, schedules, and integrations remain in the database for analytics. Only the worker creator can delete a worker.
Delete a worker template
curl https://handinger.com/api/workers/$WORKER_ID \
-X DELETE \
-H "Authorization: Bearer $HANDINGER_API_KEY"{
"deleted": true
}Returns Examples
{
"deleted": true
}