organization_id is provided, removes the share with that specific organization; otherwise removes all shares for the task.curl --location 'https://api-dev.commandroom.ai/api/api/task-shares/unshare' \
--header 'Authorization: Bearer {{token}}' \
--header 'X-Tenant-UUID: ' \
--header 'Content-Type: application/json' \
--data '{
"task_id": 1,
"organization_id": 1
}'{
"message": "Success."
}