Worker profiles, for hirers
Remove 1 or more hirer labels from a worker.
Remove 1 or more of the labels that the hirer has defined for workers, from a worker.
If the worker already does not have the label assigned to them, this will not result in an error.
post/public/worker-profiles/hirer/remove-hirer-labels-from-worker-v1
Request body
Example request
{
"workerId": 1,
"hirerLabels": [
"hirerLabels",
"hirerLabels"
]
}Response
The operation completed successfully.