cURL
curl --request DELETE \ --url https://api.example.com/checklist-items/:id/assignees/:userId
{ "message": "<string>" }
Remove an assignee from a checklist item.
OK