Terminates a subscription of a user to a shared task view.

Removes the subscription from a user to a task view. Unsunscribing only works for shared task views.

<Check title=Required Permissions>Any authenticated user.</Check>

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

The model for the unsubscription business operation.
taskViewIdstringOptionalformat: "uuid"
The id of the task view the user subscribes to.

Response

No Content