REST API GuidetasksDelete taskDelete task DELETE /tasks/:ID Permanently delete an existing task by ID. Requires writable tasks permission. Request Responses204401403404409412500Successful Deletion (No Content)UnauthorizedResponse HeadersWWW-AuthenticatePreferred authentication scheme (RFC 7235)ForbiddenNot FoundNot Deletable (Conflict)Non-matching ETag (Precondition Failed)Runtime Error (Internal Server Error)