- Get started
- Changelog
- Workspace
- Task Manager
- Portfolio
- Project
- Board
- BoardColumn
- Task
- Locations
- Attachments
- Time Entries
- Watchers
- Assignee
- Timer
- Get tasksGET
- Create taskPOST
- Get one task infoGET
- Update a taskPUT
- Delete taskDELETE
- Complete taskPOST
- Un complete taskPOST
- Change boardPOST
- Change board columnPOST
- Custom Fields
- CRM
- Funnels
- Funnel Statuses
- Deals
- Organizations
- Contacts
- Currencies
- User
- Attachments
Remove assignee
DELETE
https://api.weeek.net/public/v1/tm/tasks/{taskId}/assignees
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Path Params
taskId
integer
required
Body Params application/json
assignees
array[string]
required
Example
{
"assignees": [
"string"
]
}
Responses
🟢200Success
application/json
Body
success
boolean
required
Example
{
"success": true
}
Modified at 2025-06-05 14:11:31