Unlink a responsible user from a task
Tasks
Unlink a responsible user from a task
Removes only the informed responsible user from the task without affecting other responsibles. The operation is idempotent and dispatches TASK_UPDATED only when an existing relationship is removed.
DELETE
Unlink a responsible user from a task
Authorizations
JWT token obtained from /v2/auth/login. Send it in the header:
Authorization: Bearer <your_token>

