Unallocate tasks in bulk
Tasks
Unallocate tasks in bulk
Remove user allocation from multiple tasks in a single request. Sets each taskβs status back to AVAILABLE and clears user assignment fields.
PATCH
Unallocate tasks in bulk
Request Structure
Key Fields
| Field | Required | Description |
|---|---|---|
ids | Yes | Array of task IDs to unallocate |
Behavior
- Sets status to AVAILABLE for all specified tasks
- Clears user assignment (
user_id,assigned_at,start_at) for each task - Returns 204 No Content on success
- Returns 422 if any task cannot be unallocated
Authorizations
OAuth 2.0 authentication. Use the client credentials or authorization code flow to obtain an access token.
The subdomain/tenant name identifying which tenant's data to access. Required for all API requests.
Body
application/json
Array of task IDs to unallocate
Response
Operation completed successfully with no content to return

