Removes a subscription of the current user from a shared task view.
Only shared task views can be unsubscribed from.
<Check title="Required Permissions" icon="key">Any authenticated user.</Check>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
The model to unsubscribe from the task view.
taskViewId
The id of the task view the user subscribes to.
Errors
400
Bad Request Error
404
Not Found Error

