For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
SupportDeveloper ForumLogin
  • Overview
    • Introduction
    • Getting Started
    • Integration Example (PSA)
    • Authentication
    • Error Handling
    • Pagination
    • Filtering
    • Ordering
    • Rate Limits
    • Permissions
    • Webhooks
    • MCP Server
    • Versioning
    • Changelog
    • Support
  • API v1 Reference
    • Projects Overview
    • Tasks Overview
      • GETReturns all task views that the current user subscribed to.
      • POSTCreates a new task view and directly subscribes the current user to it.
      • POSTSubscribes the current user to a shared task view.
      • POSTRemoves a subscription of the current user from a shared task view.
      • GETReturns the specified task view of the current user.
      • PUTUpdates the specified task view of the current user.
      • DELDeletes the specified task view.
      • GETReturns all tasks matching the filter of the specified task view.
      • GETReturns all shared task views.
      • GETReturns the specified shared task view.
    • Time Tracking Overview
    • Documents Overview
    • Search Overview
    • Companies Overview
    • Users Overview
    • Files & Images Overview
    • Custom Fields Overview
    • Workload & Planning Overview
    • Project Templates Overview
    • Workflows Overview
    • Login & Access Overview
    • API Management Overview
LogoLogo
SupportDeveloper ForumLogin
API v1 ReferenceTask Views

Deletes the specified task view.

DELETE
https://api.awork.com/api/v1/me/taskviews/:taskViewId
DELETE
/api/v1/me/taskviews/:taskViewId
$curl -X DELETE https://api.awork.com/api/v1/me/taskviews/taskViewId \
> -H "Authorization: Bearer <token>"
Deleting a task view also removes all subscriptions of the task view. <Check title="Required Permissions" icon="key">Shared task views can be deleted by the creator or users with admin permissions. Private task views can only be deleted by the creator.</Check>
Was this page helpful?
Previous

Returns all tasks matching the filter of the specified task view.

Next
Built with

Deleting a task view also removes all subscriptions of the task view.

Required Permissions
Shared task views can be deleted by the creator or users with admin permissions. Private task views can only be deleted by the creator.

Authentication

AuthorizationBearer

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

Path parameters

taskViewIdstringRequiredformat: "uuid"
The id of the task view.

Response

No Content

Errors

401
Unauthorized Error
404
Not Found Error