forked from laiweijian4/doc-exports
4.5 KiB
4.5 KiB
Deleting a Labeling Team Member
Function
This API is used to delete a labeling team member.
URI
DELETE /v2/{project_id}/workforces/{workforce_id}/workers/{worker_id}
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
project_id |
Yes |
String |
Project ID. For details about how to obtain the project ID, see Obtaining a Project ID. |
worker_id |
Yes |
String |
ID of a labeling team member. |
workforce_id |
Yes |
String |
ID of a labeling team. |
Request Parameters
None
Response Parameters
None
Example Requests
Deleting a Labeling Team Member
DELETE https://{endpoint}/v2/{project_id}/workforces/{workforce_id}/workers/{worker_id}
Example Responses
Status code: 204
No Content
{ }
Status Codes
Status Code |
Description |
---|---|
204 |
No Content |
401 |
Unauthorized |
403 |
Forbidden |
Error Codes
See Error Codes.
Parent topic: Labeling Team Member Management