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.
taskViewIdstringOptionalformat: "uuid"
The id of the task view the user subscribes to.

Response

No Content

Errors