Deletes an existing task view that is specified by an id.

Deletes a task view. This also removes all subscriptions of the task view. Shared task views can be deleted by the original author or users with admin permissions. Private task views can only be deleted by the original author.

Required Permissions
Any authenticated user.

Path parameters

taskViewIdUUIDRequired

The id to specify the task view.

Headers

AuthorizationstringRequired

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

Response

No Content