Workers
Delete Worker Approver
Remove a specific approver from a worker.
Remove a specific approver from a worker.
AuthorizationBasic <token>
In: header
Path Parameters
worker_handle*string
approver_id*string
Response Body
application/json
application/json
curl -X DELETE "https://example.com/workers/string/approvers/string"Empty
{ "detail": {}, "message": "string"}{ "code": "driver_not_found", "title": "Worker Not Found", "detail": { "description": "Worker not found for handle worker_456" }}