curl --request DELETE \
--url https://api.openworklabs.com/v1/workers/{id}{
"error": "<string>",
"details": [
{
"message": "<string>",
"path": [
"<string>"
]
}
]
}Deletes a worker and cascades cleanup for its tokens, runtime records, and provider-specific resources.
curl --request DELETE \
--url https://api.openworklabs.com/v1/workers/{id}{
"error": "<string>",
"details": [
{
"message": "<string>",
"path": [
"<string>"
]
}
]
}Den TypeID with 'wrk_' prefix and a 26-character base32 suffix.
30^wrk_.*Worker deleted successfully.
Was this page helpful?