- Get started
- Workspace
- Task Manager
- Project
- Board
- BoardColumn
- Task
- Custom Fields
- CRM
- Funnels
- Funnel Statuses
- Deals
- Organizations
- Contacts
- Currencies
- User
- Attachments
Remove watchers from a task
DELETE
https://api.weeek.net/public/v1/tm/tasks/{task_id}/watchers
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Path Params
task_id
string
required
Body Params application/json
watchers
array[string <uuid>]
required
>= 1 items
Example
{
"watchers": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}
Responses
🟢200Success
application/json
Body
success
boolean
required
Example
{
"success": true
}
Modified at 2024-06-13 12:15:26